#CCCDA2

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

Shades of Orinoco #CCCDA2

Tints of Orinoco #CCCDA2

Color information

#CCCDA2 (or 0xCCCDA2) is unknown color: approx Orinoco. HEX triplet: CC, CD and A2. RGB value is (204,205,162). Sum of RGB (Red+Green+Blue) = 204+205+162=571 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.73% from 571); Green value is 205 (80.47% from 255 or 35.90% from 571); Blue value is 162 (63.67% from 255 or 28.37% from 571); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDA2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCDA2 is #33325D. Grayscale: #C7C7C7. Windows color (decimal): -3355230 or 10669516. OLE color: 10669516.

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

Color convert

RGB204205162-
CMYK0.0000.210.20
HSL61.4º30.07%71.96%-
HSV(B)61.4º20.98%80.39%-
XYZ53.2559.1142.78-
YUV199.8106.67131-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 35.73%
GREEN value IS 205 (80.47% from 255) = 35.90%
BLUE value IS 162 (63.67% from 255) = 28.37%
R=35.73%
G=35.90%
B=28.37%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2042051620.0000.210.2061.430.0771.96
HexCCCDA20015143d1e48
Octal3143152420025247536110
Binary110011001100110110100010001010110100111101111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCCDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCCDA2; }

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

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

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

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

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

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

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

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