#CCCEA9

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

Shades of Orinoco #CCCEA9

Tints of Orinoco #CCCEA9

Color information

#CCCEA9 (or 0xCCCEA9) is unknown color: approx Orinoco. HEX triplet: CC, CE and A9. RGB value is (204,206,169). Sum of RGB (Red+Green+Blue) = 204+206+169=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 206 (80.86% from 255 or 35.58% from 579); Blue value is 169 (66.41% from 255 or 29.19% from 579); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCEA9 is #333156. Grayscale: #C9C9C9. Windows color (decimal): -3354967 or 11128524. OLE color: 11128524.

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

Color convert

RGB204206169-
CMYK0.0100.180.19
HSL63.24º27.41%73.53%-
HSV(B)63.24º17.96%80.78%-
XYZ54.1359.8446.23-
YUV201.18109.84130.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.23%
GREEN value IS 206 (80.86% from 255) = 35.58%
BLUE value IS 169 (66.41% from 255) = 29.19%
R=35.23%
G=35.58%
B=29.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2042061690.0100.180.1963.2427.4173.53
HexCCCEA91012133f1b4a
Octal3143162511022237733112
Binary110011001100111010101001101001010011111111110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCEA9; }

 p { color: rgb(204,206,169); }

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

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

 a { background-color: rgb(204,206,169); }

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

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

 span { border-color: rgb(204,206,169); }

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