Html Css Color HEX #CCD0A8 Orinoco

📋 copy color: '#CCD0A8'

red 204 ◦ green 208 ◦ blue 168

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

Shades of Orinoco #CCD0A8

Tints of Orinoco #CCD0A8

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.86%

 BLUE value IS 168 (66.02% from 255) = 28.97%

R = 35.17%
G = 35.86%
B = 28.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#CCD0A8 (or 0xCCD0A8) is known color: Orinoco. HEX triplet: CC, D0 and A8. RGB value is (204,208,168). Sum of RGB (Red+Green+Blue) = 204+208+168=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 208 (81.64% from 255 or 35.86% from 580); Blue value is 168 (66.02% from 255 or 28.97% from 580); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD0A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD0A8 is #332F57. Grayscale: #CACACA. Windows color (decimal): -3354456 or 11063500. OLE color: 11063500.

HSL color Cylindrical-coordinate representation of color #CCD0A8: hue angle of 66º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCD0A8 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 168 -
CMYK 0.02 0 0.19 0.18
HSL 66º 0.3% 0.74% -
HSV(B) 66º 0.19% 0.82% -
XYZ 54.53 60.78 45.9 -
YUV 202.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 204 208 168 0.02 0 0.19 0.18 66 0.3 0.74
Hex CC D0 A8 2 0 13 12 42 1E 4A
Octal 314 320 250 2 0 23 22 102 36 112
Binary 11001100 11010000 10101000 10 0 10011 10010 1000010 11110 1001010

Color Harmonies of #CCD0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD0A8

Black with #CCD0A8

Text Example


Text Example

White with #CCD0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD0A8; }

 p { color: rgb(204,208,168); }

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

background-color css

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

 a { background-color: rgb(204,208,168); }

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

border-color css

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

 span { border-color: rgb(204,208,168); }

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