Html Css Color HEX #CCCEA6 Orinoco

📋 copy color: '#CCCEA6'

red 204 ◦ green 206 ◦ blue 166

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

Shades of Orinoco #CCCEA6

Tints of Orinoco #CCCEA6

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.76%

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

R = 35.42%
G = 35.76%
B = 28.82%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CCCEA6 (or 0xCCCEA6) is known color: Orinoco. HEX triplet: CC, CE and A6. RGB value is (204,206,166). Sum of RGB (Red+Green+Blue) = 204+206+166=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 206 (80.86% from 255 or 35.76% from 576); Blue value is 166 (65.23% from 255 or 28.82% from 576); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCEA6 is #333159. Grayscale: #C8C8C8. Windows color (decimal): -3354970 or 10931916. OLE color: 10931916.

HSL color Cylindrical-coordinate representation of color #CCCEA6: hue angle of 63º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCCEA6 is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 206 166 -
CMYK 0.01 0 0.19 0.19
HSL 63º 0.29% 0.73% -
HSV(B) 63º 0.19% 0.81% -
XYZ 53.86 59.73 44.77 -
YUV 200.84 108.34 130.25 -
System Red Green Blue C M Y K H S L
Decimal 204 206 166 0.01 0 0.19 0.19 63 0.29 0.73
Hex CC CE A6 1 0 13 13 3F 1D 49
Octal 314 316 246 1 0 23 23 77 35 111
Binary 11001100 11001110 10100110 1 0 10011 10011 111111 11101 1001001

Color Harmonies of #CCCEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCEA6

Black with #CCCEA6

Text Example


Text Example

White with #CCCEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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