#CCCFA4

Color #CCCFA4 Orinoco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orinoco #CCCFA4

Tints of Orinoco #CCCFA4

Color information

#CCCFA4 (or 0xCCCFA4) is unknown color: approx Orinoco. HEX triplet: CC, CF and A4. RGB value is (204,207,164). Sum of RGB (Red+Green+Blue) = 204+207+164=575 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.48% from 575); Green value is 207 (81.25% from 255 or 36% from 575); Blue value is 164 (64.45% from 255 or 28.52% from 575); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCFA4 is #33305B. Grayscale: #C9C9C9. Windows color (decimal): -3354716 or 10801100. OLE color: 10801100.

HSL color Cylindrical-coordinate representation of color #CCCFA4: hue angle of 64.19º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCCFA4 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.19.

Color convert

RGB204207164-
CMYK0.0100.210.19
HSL64.19º30.94%72.75%-
HSV(B)64.19º20.77%81.18%-
XYZ53.9260.1443.89-
YUV201.2107.01130-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 35.48%
GREEN value IS 207 (81.25% from 255) = 36%
BLUE value IS 164 (64.45% from 255) = 28.52%
R=35.48%
G=36%
B=28.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042071640.0100.210.1964.1930.9472.75
HexCCCFA4101513401f49
Octal31431724410252310037111
Binary1100110011001111101001001010101100111000000111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFA4; }

 p { color: rgb(204,207,164); }

 H1.HeaderClassName
 {
   color: #CCCFA4;
 }
 .AnyTagClassName
 {
   color: #CCCFA4;
 }
</style>
background-color css

<style>
 a { background-color: #CCCFA4; }

 a { background-color: rgb(204,207,164); }

 div.DivClassName
 {
   background-color: #CCCFA4;
 }
 .BgClassName
 {
   background-color: #CCCFA4;
 }
</style>
border-color css

<style>
 span { border-color: #CCCFA4; }

 span { border-color: rgb(204,207,164); }

 td.TdClassName
 {
   border-color: #CCCFA4;
 }
 .TagClassName
 {
   border-color: #CCCFA4;
 }
</style>