Html Css Color HEX #CCD6A0 Orinoco

📋 copy color: '#CCD6A0'

red 204 ◦ green 214 ◦ blue 160

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

Shades of Orinoco #CCD6A0

Tints of Orinoco #CCD6A0

RGB

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

 GREEN value IS 214 (83.98% from 255) = 37.02%

 BLUE value IS 160 (62.89% from 255) = 27.68%

R = 35.29%
G = 37.02%
B = 27.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#CCD6A0 (or 0xCCD6A0) is known color: Orinoco. HEX triplet: CC, D6 and A0. RGB value is (204,214,160). Sum of RGB (Red+Green+Blue) = 204+214+160=578 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.29% from 578); Green value is 214 (83.98% from 255 or 37.02% from 578); Blue value is 160 (62.89% from 255 or 27.68% from 578); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD6A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD6A0 is #33295F. Grayscale: #CDCDCD. Windows color (decimal): -3352928 or 10540748. OLE color: 10540748.

HSL color Cylindrical-coordinate representation of color #CCD6A0: hue angle of 71.11º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCD6A0 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 214 160 -
CMYK 0.05 0 0.25 0.16
HSL 71.11º 0.4% 0.73% -
HSV(B) 71.11º 0.25% 0.84% -
XYZ 55.29 63.47 42.59 -
YUV 204.85 102.69 127.39 -
System Red Green Blue C M Y K H S L
Decimal 204 214 160 0.05 0 0.25 0.16 71.11 0.4 0.73
Hex CC D6 A0 5 0 19 10 47 28 49
Octal 314 326 240 5 0 31 20 107 50 111
Binary 11001100 11010110 10100000 101 0 11001 10000 1000111 101000 1001001

Color Harmonies of #CCD6A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD6A0

Black with #CCD6A0

Text Example


Text Example

White with #CCD6A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD6A0; }

 p { color: rgb(204,214,160); }

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

background-color css

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

 a { background-color: rgb(204,214,160); }

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

border-color css

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

 span { border-color: rgb(204,214,160); }

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