Html Css Color HEX #CAB589 Yuma

📋 copy color: '#CAB589'

red 202 ◦ green 181 ◦ blue 137

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

Shades of Yuma #CAB589

Tints of Yuma #CAB589

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.81%

 BLUE value IS 137 (53.91% from 255) = 26.35%

R = 38.85%
G = 34.81%
B = 26.35%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#CAB589 (or 0xCAB589) is known color: Yuma. HEX triplet: CA, B5 and 89. RGB value is (202,181,137). Sum of RGB (Red+Green+Blue) = 202+181+137=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 137 (53.91% from 255 or 26.35% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB589 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB589 is #354A76. Grayscale: #B6B6B6. Windows color (decimal): -3492471 or 9024970. OLE color: 9024970.

HSL color Cylindrical-coordinate representation of color #CAB589: hue angle of 40.62º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CAB589 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 181 137 -
CMYK 0 0.10 0.32 0.21
HSL 40.62º 0.38% 0.66% -
HSV(B) 40.62º 0.32% 0.79% -
XYZ 45.4 47.41 30.43 -
YUV 182.26 102.46 142.08 -
System Red Green Blue C M Y K H S L
Decimal 202 181 137 0 0.10 0.32 0.21 40.62 0.38 0.66
Hex CA B5 89 0 A 20 15 29 26 42
Octal 312 265 211 0 12 40 25 51 46 102
Binary 11001010 10110101 10001001 0 1010 100000 10101 101001 100110 1000010

Color Harmonies of #CAB589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB589

Black with #CAB589

Text Example


Text Example

White with #CAB589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB589; }

 p { color: rgb(202,181,137); }

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

background-color css

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

 a { background-color: rgb(202,181,137); }

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

border-color css

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

 span { border-color: rgb(202,181,137); }

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