Html Css Color HEX #CCD2A9 Orinoco

📋 copy color: '#CCD2A9'

red 204 ◦ green 210 ◦ blue 169

#CCD2A9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orinoco #CCD2A9

Tints of Orinoco #CCD2A9

RGB

 RED value IS 204 (80.08% from 255) = 34.99%

 GREEN value IS 210 (82.42% from 255) = 36.02%

 BLUE value IS 169 (66.41% from 255) = 28.99%

R = 34.99%
G = 36.02%
B = 28.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#CCD2A9 (or 0xCCD2A9) is known color: Orinoco. HEX triplet: CC, D2 and A9. RGB value is (204,210,169). Sum of RGB (Red+Green+Blue) = 204+210+169=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 169 (66.41% from 255 or 28.99% from 583); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD2A9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD2A9 is #332D56. Grayscale: #CBCBCB. Windows color (decimal): -3353943 or 11129548. OLE color: 11129548.

HSL color Cylindrical-coordinate representation of color #CCD2A9: hue angle of 68.78º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCD2A9 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 210 169 -
CMYK 0.03 0 0.20 0.18
HSL 68.78º 0.31% 0.74% -
HSV(B) 68.78º 0.2% 0.82% -
XYZ 55.11 61.8 46.56 -
YUV 203.53 108.51 128.33 -
System Red Green Blue C M Y K H S L
Decimal 204 210 169 0.03 0 0.20 0.18 68.78 0.31 0.74
Hex CC D2 A9 3 0 14 12 45 1F 4A
Octal 314 322 251 3 0 24 22 105 37 112
Binary 11001100 11010010 10101001 11 0 10100 10010 1000101 11111 1001010

Color Harmonies of #CCD2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD2A9

Black with #CCD2A9

Text Example


Text Example

White with #CCD2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD2A9; }

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

 H1.HeaderClassName
 {
   color: #CCD2A9;
 }
 .AnyTagClassName
 {
   color: #CCD2A9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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