Html Css Color HEX #CACEA6 Orinoco

📋 copy color: '#CACEA6'

red 202 ◦ green 206 ◦ blue 166

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

Shades of Orinoco #CACEA6

Tints of Orinoco #CACEA6

RGB

 RED value IS 202 (79.3% from 255) = 35.19%

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

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

R = 35.19%
G = 35.89%
B = 28.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#CACEA6 (or 0xCACEA6) is known color: Orinoco. HEX triplet: CA, CE and A6. RGB value is (202,206,166). Sum of RGB (Red+Green+Blue) = 202+206+166=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 206 (80.86% from 255 or 35.89% from 574); Blue value is 166 (65.23% from 255 or 28.92% from 574); Max value from RGB is 206 - color contains mainly: green. Hex color #CACEA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACEA6 is #353159. Grayscale: #C8C8C8. Windows color (decimal): -3486042 or 10931914. OLE color: 10931914.

HSL color Cylindrical-coordinate representation of color #CACEA6: hue angle of 66º 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 #CACEA6 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.19.

Color convert

RGB 202 206 166 -
CMYK 0.02 0 0.19 0.19
HSL 66º 0.29% 0.73% -
HSV(B) 66º 0.19% 0.81% -
XYZ 53.31 59.45 44.74 -
YUV 200.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 202 206 166 0.02 0 0.19 0.19 66 0.29 0.73
Hex CA CE A6 2 0 13 13 42 1D 49
Octal 312 316 246 2 0 23 23 102 35 111
Binary 11001010 11001110 10100110 10 0 10011 10011 1000010 11101 1001001

Color Harmonies of #CACEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACEA6

Black with #CACEA6

Text Example


Text Example

White with #CACEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACEA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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