Html Css Color HEX #CCD6A6 Orinoco

📋 copy color: '#CCD6A6'

red 204 ◦ green 214 ◦ blue 166

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

Shades of Orinoco #CCD6A6

Tints of Orinoco #CCD6A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 28.42%

R = 34.93%
G = 36.64%
B = 28.42%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#CCD6A6 (or 0xCCD6A6) is known color: Orinoco. HEX triplet: CC, D6 and A6. RGB value is (204,214,166). Sum of RGB (Red+Green+Blue) = 204+214+166=584 (77% of max value = 765). Red value is 204 (80.08% from 255 or 34.93% from 584); Green value is 214 (83.98% from 255 or 36.64% from 584); Blue value is 166 (65.23% from 255 or 28.42% from 584); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD6A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD6A6 is #332959. Grayscale: #CDCDCD. Windows color (decimal): -3352922 or 10933964. OLE color: 10933964.

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

Color convert

RGB 204 214 166 -
CMYK 0.05 0 0.22 0.16
HSL 72.5º 0.37% 0.75% -
HSV(B) 72.5º 0.22% 0.84% -
XYZ 55.83 63.68 45.43 -
YUV 205.54 105.69 126.9 -
System Red Green Blue C M Y K H S L
Decimal 204 214 166 0.05 0 0.22 0.16 72.5 0.37 0.75
Hex CC D6 A6 5 0 16 10 48 25 4B
Octal 314 326 246 5 0 26 20 110 45 113
Binary 11001100 11010110 10100110 101 0 10110 10000 1001000 100101 1001011

Color Harmonies of #CCD6A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD6A6

Black with #CCD6A6

Text Example


Text Example

White with #CCD6A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD6A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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