Html Css Color HEX #CACBA9 Orinoco

📋 copy color: '#CACBA9'

red 202 ◦ green 203 ◦ blue 169

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

Shades of Orinoco #CACBA9

Tints of Orinoco #CACBA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 29.44%

R = 35.19%
G = 35.37%
B = 29.44%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#CACBA9 (or 0xCACBA9) is known color: Orinoco. HEX triplet: CA, CB and A9. RGB value is (202,203,169). Sum of RGB (Red+Green+Blue) = 202+203+169=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 203 (79.69% from 255 or 35.37% from 574); Blue value is 169 (66.41% from 255 or 29.44% from 574); Max value from RGB is 203 - color contains mainly: green. Hex color #CACBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACBA9 is #353456. Grayscale: #C6C6C6. Windows color (decimal): -3486807 or 11127754. OLE color: 11127754.

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

Color convert

RGB 202 203 169 -
CMYK 0.00 0 0.17 0.20
HSL 61.76º 0.25% 0.73% -
HSV(B) 61.76º 0.17% 0.8% -
XYZ 52.87 58.13 45.97 -
YUV 198.83 111.17 130.26 -
System Red Green Blue C M Y K H S L
Decimal 202 203 169 0.00 0 0.17 0.20 61.76 0.25 0.73
Hex CA CB A9 0 0 11 14 3E 19 49
Octal 312 313 251 0 0 21 24 76 31 111
Binary 11001010 11001011 10101001 0 0 10001 10100 111110 11001 1001001

Color Harmonies of #CACBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CACBA9

Black with #CACBA9

Text Example


Text Example

White with #CACBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CACBA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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