Html Css Color HEX #CCCDA9 Orinoco

📋 copy color: '#CCCDA9'

red 204 ◦ green 205 ◦ blue 169

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

Shades of Orinoco #CCCDA9

Tints of Orinoco #CCCDA9

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.47%

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

R = 35.29%
G = 35.47%
B = 29.24%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.18

 K value IS 0.20

RGB Variations

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

Color information

#CCCDA9 (or 0xCCCDA9) is known color: Orinoco. HEX triplet: CC, CD and A9. RGB value is (204,205,169). Sum of RGB (Red+Green+Blue) = 204+205+169=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 205 (80.47% from 255 or 35.47% from 578); Blue value is 169 (66.41% from 255 or 29.24% from 578); Max value from RGB is 205 - color contains mainly: green. Hex color #CCCDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCDA9 is #333256. Grayscale: #C8C8C8. Windows color (decimal): -3355223 or 11128268. OLE color: 11128268.

HSL color Cylindrical-coordinate representation of color #CCCDA9: hue angle of 61.67º degrees, saturation: 0.26, 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 #CCCDA9 is Cyan = 0.00, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.20.

Color convert

RGB 204 205 169 -
CMYK 0.00 0 0.18 0.20
HSL 61.67º 0.26% 0.73% -
HSV(B) 61.67º 0.18% 0.8% -
XYZ 53.89 59.36 46.15 -
YUV 200.6 110.17 130.43 -
System Red Green Blue C M Y K H S L
Decimal 204 205 169 0.00 0 0.18 0.20 61.67 0.26 0.73
Hex CC CD A9 0 0 12 14 3E 1A 49
Octal 314 315 251 0 0 22 24 76 32 111
Binary 11001100 11001101 10101001 0 0 10010 10100 111110 11010 1001001

Color Harmonies of #CCCDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCDA9

Black with #CCCDA9

Text Example


Text Example

White with #CCCDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCDA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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