Html Css Color HEX #CAB689 Yuma

📋 copy color: '#CAB689'

red 202 ◦ green 182 ◦ blue 137

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

Shades of Yuma #CAB689

Tints of Yuma #CAB689

RGB

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

 GREEN value IS 182 (71.48% from 255) = 34.93%

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

R = 38.77%
G = 34.93%
B = 26.3%

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

#CAB689 (or 0xCAB689) is known color: Yuma. HEX triplet: CA, B6 and 89. RGB value is (202,182,137). Sum of RGB (Red+Green+Blue) = 202+182+137=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 137 (53.91% from 255 or 26.30% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB689 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB689 is #354976. Grayscale: #B7B7B7. Windows color (decimal): -3492215 or 9025226. OLE color: 9025226.

HSL color Cylindrical-coordinate representation of color #CAB689: hue angle of 41.54º 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 #CAB689 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 182 137 -
CMYK 0 0.10 0.32 0.21
HSL 41.54º 0.38% 0.66% -
HSV(B) 41.54º 0.32% 0.79% -
XYZ 45.6 47.82 30.49 -
YUV 182.85 102.13 141.66 -
System Red Green Blue C M Y K H S L
Decimal 202 182 137 0 0.10 0.32 0.21 41.54 0.38 0.66
Hex CA B6 89 0 A 20 15 2A 26 42
Octal 312 266 211 0 12 40 25 52 46 102
Binary 11001010 10110110 10001001 0 1010 100000 10101 101010 100110 1000010

Color Harmonies of #CAB689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB689

Black with #CAB689

Text Example


Text Example

White with #CAB689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB689; }

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

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

background-color css

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

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

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

border-color css

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

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

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