Html Css Color HEX #CCD0AB Orinoco

📋 copy color: '#CCD0AB'

red 204 ◦ green 208 ◦ blue 171

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

Shades of Orinoco #CCD0AB

Tints of Orinoco #CCD0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 29.33%

R = 34.99%
G = 35.68%
B = 29.33%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#CCD0AB (or 0xCCD0AB) is known color: Orinoco. HEX triplet: CC, D0 and AB. RGB value is (204,208,171). Sum of RGB (Red+Green+Blue) = 204+208+171=583 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.99% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 171 (67.19% from 255 or 29.33% from 583); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD0AB is #332F54. Grayscale: #CACACA. Windows color (decimal): -3354453 or 11260108. OLE color: 11260108.

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

Color convert

RGB 204 208 171 -
CMYK 0.02 0 0.18 0.18
HSL 66.49º 0.28% 0.74% -
HSV(B) 66.49º 0.18% 0.82% -
XYZ 54.81 60.89 47.39 -
YUV 202.59 110.17 129.01 -
System Red Green Blue C M Y K H S L
Decimal 204 208 171 0.02 0 0.18 0.18 66.49 0.28 0.74
Hex CC D0 AB 2 0 12 12 42 1C 4A
Octal 314 320 253 2 0 22 22 102 34 112
Binary 11001100 11010000 10101011 10 0 10010 10010 1000010 11100 1001010

Color Harmonies of #CCD0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD0AB

Black with #CCD0AB

Text Example


Text Example

White with #CCD0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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