#CCD3A2

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

Shades of Orinoco #CCD3A2

Tints of Orinoco #CCD3A2

Color information

#CCD3A2 (or 0xCCD3A2) is unknown color: approx Orinoco. HEX triplet: CC, D3 and A2. RGB value is (204,211,162). Sum of RGB (Red+Green+Blue) = 204+211+162=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 211 (82.81% from 255 or 36.57% from 577); Blue value is 162 (63.67% from 255 or 28.08% from 577); Max value from RGB is 211 - color contains mainly: green. Hex color #CCD3A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD3A2 is #332C5D. Grayscale: #CBCBCB. Windows color (decimal): -3353694 or 10671052. OLE color: 10671052.

HSL color Cylindrical-coordinate representation of color #CCD3A2: hue angle of 68.57º degrees, saturation: 0.36, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCD3A2 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.17.

Color convert

RGB204211162-
CMYK0.0300.230.17
HSL68.57º35.77%73.14%-
HSV(B)68.57º23.22%82.75%-
XYZ54.7262.0343.27-
YUV203.32104.68128.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.36%
GREEN value IS 211 (82.81% from 255) = 36.57%
BLUE value IS 162 (63.67% from 255) = 28.08%
R=35.36%
G=36.57%
B=28.08%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2042111620.0300.230.1768.5735.7773.14
HexCCD3A2301711452449
Octal31432324230272110544111
Binary110011001101001110100010110101111000110001011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCD3A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCD3A2; }

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

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

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

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

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

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

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

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