Html Css Color HEX #CCD6A2 Orinoco

📋 copy color: '#CCD6A2'

red 204 ◦ green 214 ◦ blue 162

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

Shades of Orinoco #CCD6A2

Tints of Orinoco #CCD6A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 27.93%

R = 35.17%
G = 36.9%
B = 27.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#CCD6A2 (or 0xCCD6A2) is known color: Orinoco. HEX triplet: CC, D6 and A2. RGB value is (204,214,162). Sum of RGB (Red+Green+Blue) = 204+214+162=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 162 (63.67% from 255 or 27.93% from 580); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD6A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD6A2 is #33295D. Grayscale: #CDCDCD. Windows color (decimal): -3352926 or 10671820. OLE color: 10671820.

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

Color convert

RGB 204 214 162 -
CMYK 0.05 0 0.24 0.16
HSL 71.54º 0.39% 0.74% -
HSV(B) 71.54º 0.24% 0.84% -
XYZ 55.47 63.54 43.52 -
YUV 205.08 103.69 127.23 -
System Red Green Blue C M Y K H S L
Decimal 204 214 162 0.05 0 0.24 0.16 71.54 0.39 0.74
Hex CC D6 A2 5 0 18 10 48 27 4A
Octal 314 326 242 5 0 30 20 110 47 112
Binary 11001100 11010110 10100010 101 0 11000 10000 1001000 100111 1001010

Color Harmonies of #CCD6A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD6A2

Black with #CCD6A2

Text Example


Text Example

White with #CCD6A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD6A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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