Html Css Color HEX #CAB788 Yuma

📋 copy color: '#CAB788'

red 202 ◦ green 183 ◦ blue 136

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

Shades of Yuma #CAB788

Tints of Yuma #CAB788

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.12%

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

R = 38.77%
G = 35.12%
B = 26.1%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#CAB788 (or 0xCAB788) is known color: Yuma. HEX triplet: CA, B7 and 88. RGB value is (202,183,136). Sum of RGB (Red+Green+Blue) = 202+183+136=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 183 (71.88% from 255 or 35.12% from 521); Blue value is 136 (53.52% from 255 or 26.10% from 521); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB788 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB788 is #354877. Grayscale: #B7B7B7. Windows color (decimal): -3491960 or 8959946. OLE color: 8959946.

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

Color convert

RGB 202 183 136 -
CMYK 0 0.09 0.33 0.21
HSL 42.73º 0.38% 0.66% -
HSV(B) 42.73º 0.33% 0.79% -
XYZ 45.73 48.2 30.19 -
YUV 183.32 101.29 141.32 -
System Red Green Blue C M Y K H S L
Decimal 202 183 136 0 0.09 0.33 0.21 42.73 0.38 0.66
Hex CA B7 88 0 9 21 15 2B 26 42
Octal 312 267 210 0 11 41 25 53 46 102
Binary 11001010 10110111 10001000 0 1001 100001 10101 101011 100110 1000010

Color Harmonies of #CAB788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB788

Black with #CAB788

Text Example


Text Example

White with #CAB788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB788; }

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

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

background-color css

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

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

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

border-color css

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

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

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