Html Css Color HEX #CAB582 Yuma

📋 copy color: '#CAB582'

red 202 ◦ green 181 ◦ blue 130

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

Shades of Yuma #CAB582

Tints of Yuma #CAB582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.34%

R = 39.38%
G = 35.28%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CAB582 (or 0xCAB582) is known color: Yuma. HEX triplet: CA, B5 and 82. RGB value is (202,181,130). Sum of RGB (Red+Green+Blue) = 202+181+130=513 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.38% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 130 (51.17% from 255 or 25.34% from 513); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB582 is #354A7D. Grayscale: #B5B5B5. Windows color (decimal): -3492478 or 8566218. OLE color: 8566218.

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

Color convert

RGB 202 181 130 -
CMYK 0 0.10 0.36 0.21
HSL 42.5º 0.4% 0.65% -
HSV(B) 42.5º 0.36% 0.79% -
XYZ 44.91 47.22 27.87 -
YUV 181.47 98.96 142.65 -
System Red Green Blue C M Y K H S L
Decimal 202 181 130 0 0.10 0.36 0.21 42.5 0.4 0.65
Hex CA B5 82 0 A 24 15 2A 28 41
Octal 312 265 202 0 12 44 25 52 50 101
Binary 11001010 10110101 10000010 0 1010 100100 10101 101010 101000 1000001

Color Harmonies of #CAB582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB582

Black with #CAB582

Text Example


Text Example

White with #CAB582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB582; }

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

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

background-color css

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

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

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

border-color css

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

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

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