#CCCFA5

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

Shades of Orinoco #CCCFA5

Tints of Orinoco #CCCFA5

Color information

#CCCFA5 (or 0xCCCFA5) is unknown color: approx Orinoco. HEX triplet: CC, CF and A5. RGB value is (204,207,165). Sum of RGB (Red+Green+Blue) = 204+207+165=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 207 (81.25% from 255 or 35.94% from 576); Blue value is 165 (64.84% from 255 or 28.65% from 576); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCFA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCFA5 is #33305A. Grayscale: #C9C9C9. Windows color (decimal): -3354715 or 10866636. OLE color: 10866636.

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

Color convert

RGB204207165-
CMYK0.0100.200.19
HSL64.29º30.43%72.94%-
HSV(B)64.29º20.29%81.18%-
XYZ54.0160.1844.37-
YUV201.32107.51129.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.42%
GREEN value IS 207 (81.25% from 255) = 35.94%
BLUE value IS 165 (64.84% from 255) = 28.65%
R=35.42%
G=35.94%
B=28.65%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042071650.0100.200.1964.2930.4372.94
HexCCCFA5101413401e49
Octal31431724510242310036111
Binary1100110011001111101001011010100100111000000111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCFA5; }

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

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

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

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

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

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

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

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