#CCCDA8

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

Shades of Orinoco #CCCDA8

Tints of Orinoco #CCCDA8

Color information

#CCCDA8 (or 0xCCCDA8) is unknown color: approx Orinoco. HEX triplet: CC, CD and A8. RGB value is (204,205,168). Sum of RGB (Red+Green+Blue) = 204+205+168=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 205 (80.47% from 255 or 35.53% from 577); Blue value is 168 (66.02% from 255 or 29.12% from 577); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCDA8 is #333257. Grayscale: #C8C8C8. Windows color (decimal): -3355224 or 11062732. OLE color: 11062732.

HSL color Cylindrical-coordinate representation of color #CCCDA8: hue angle of 61.62º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCCDA8 is Cyan = 0.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB204205168-
CMYK0.0000.180.20
HSL61.62º27.01%73.14%-
HSV(B)61.62º18.05%80.39%-
XYZ53.859.3345.66-
YUV200.48109.67130.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 205 (80.47% from 255) = 35.53%
BLUE value IS 168 (66.02% from 255) = 29.12%
R=35.36%
G=35.53%
B=29.12%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2042051680.0000.180.2061.6227.0173.14
HexCCCDA80012143e1b49
Octal3143152500022247633111
Binary110011001100110110101000001001010100111110110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDA8; }

 p { color: rgb(204,205,168); }

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

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

 a { background-color: rgb(204,205,168); }

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

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

 span { border-color: rgb(204,205,168); }

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