#CCD5A2

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

Shades of Orinoco #CCD5A2

Tints of Orinoco #CCD5A2

Color information

#CCD5A2 (or 0xCCD5A2) is unknown color: approx Orinoco. HEX triplet: CC, D5 and A2. RGB value is (204,213,162). Sum of RGB (Red+Green+Blue) = 204+213+162=579 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.23% from 579); Green value is 213 (83.59% from 255 or 36.79% from 579); Blue value is 162 (63.67% from 255 or 27.98% from 579); Max value from RGB is 213 - color contains mainly: green. Hex color #CCD5A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD5A2 is #332A5D. Grayscale: #CCCCCC. Windows color (decimal): -3353182 or 10671564. OLE color: 10671564.

HSL color Cylindrical-coordinate representation of color #CCD5A2: hue angle of 70.59º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCD5A2 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB204213162-
CMYK0.0400.240.16
HSL70.59º37.78%73.53%-
HSV(B)70.59º23.94%83.53%-
XYZ55.2263.0343.44-
YUV204.49104.02127.65-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.23%
GREEN value IS 213 (83.59% from 255) = 36.79%
BLUE value IS 162 (63.67% from 255) = 27.98%
R=35.23%
G=36.79%
B=27.98%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2042131620.0400.240.1670.5937.7873.53
HexCCD5A240181047264a
Octal31432524240302010746112
Binary1100110011010101101000101000110001000010001111001101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD5A2; }

 p { color: rgb(204,213,162); }

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

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

 a { background-color: rgb(204,213,162); }

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

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

 span { border-color: rgb(204,213,162); }

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