Html Css Color HEX #CACBAA Orinoco

📋 copy color: '#CACBAA'

red 202 ◦ green 203 ◦ blue 170

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

Shades of Orinoco #CACBAA

Tints of Orinoco #CACBAA

RGB

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

 GREEN value IS 203 (79.69% from 255) = 35.3%

 BLUE value IS 170 (66.8% from 255) = 29.57%

R = 35.13%
G = 35.3%
B = 29.57%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CACBAA (or 0xCACBAA) is known color: Orinoco. HEX triplet: CA, CB and AA. RGB value is (202,203,170). Sum of RGB (Red+Green+Blue) = 202+203+170=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 170 (66.80% from 255 or 29.57% from 575); Max value from RGB is 203 - color contains mainly: green. Hex color #CACBAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACBAA is #353455. Grayscale: #C7C7C7. Windows color (decimal): -3486806 or 11193290. OLE color: 11193290.

HSL color Cylindrical-coordinate representation of color #CACBAA: hue angle of 61.82º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CACBAA is Cyan = 0.00, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.

Color convert

RGB 202 203 170 -
CMYK 0.00 0 0.16 0.20
HSL 61.82º 0.24% 0.73% -
HSV(B) 61.82º 0.16% 0.8% -
XYZ 52.97 58.17 46.47 -
YUV 198.94 111.67 130.18 -
System Red Green Blue C M Y K H S L
Decimal 202 203 170 0.00 0 0.16 0.20 61.82 0.24 0.73
Hex CA CB AA 0 0 10 14 3E 18 49
Octal 312 313 252 0 0 20 24 76 30 111
Binary 11001010 11001011 10101010 0 0 10000 10100 111110 11000 1001001

Color Harmonies of #CACBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACBAA

Black with #CACBAA

Text Example


Text Example

White with #CACBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACBAA; }

 p { color: rgb(202,203,170); }

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

background-color css

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

 a { background-color: rgb(202,203,170); }

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

border-color css

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

 span { border-color: rgb(202,203,170); }

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