Html Css Color HEX #CAB988 Yuma

📋 copy color: '#CAB988'

red 202 ◦ green 185 ◦ blue 136

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

Shades of Yuma #CAB988

Tints of Yuma #CAB988

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.37%

 BLUE value IS 136 (53.52% from 255) = 26%

R = 38.62%
G = 35.37%
B = 26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CAB988 (or 0xCAB988) is known color: Yuma. HEX triplet: CA, B9 and 88. RGB value is (202,185,136). Sum of RGB (Red+Green+Blue) = 202+185+136=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 136 (53.52% from 255 or 26.00% from 523); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB988 is #354677. Grayscale: #B8B8B8. Windows color (decimal): -3491448 or 8960458. OLE color: 8960458.

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

Color convert

RGB 202 185 136 -
CMYK 0 0.08 0.33 0.21
HSL 44.55º 0.38% 0.66% -
HSV(B) 44.55º 0.33% 0.79% -
XYZ 46.15 49.03 30.32 -
YUV 184.5 100.63 140.48 -
System Red Green Blue C M Y K H S L
Decimal 202 185 136 0 0.08 0.33 0.21 44.55 0.38 0.66
Hex CA B9 88 0 8 21 15 2D 26 42
Octal 312 271 210 0 10 41 25 55 46 102
Binary 11001010 10111001 10001000 0 1000 100001 10101 101101 100110 1000010

Color Harmonies of #CAB988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB988

Black with #CAB988

Text Example


Text Example

White with #CAB988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB988; }

 p { color: rgb(202,185,136); }

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

background-color css

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

 a { background-color: rgb(202,185,136); }

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

border-color css

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

 span { border-color: rgb(202,185,136); }

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