Html Css Color HEX #CAB882 Yuma

📋 copy color: '#CAB882'

red 202 ◦ green 184 ◦ blue 130

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

Shades of Yuma #CAB882

Tints of Yuma #CAB882

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.66%

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

R = 39.15%
G = 35.66%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CAB882 (or 0xCAB882) is known color: Yuma. HEX triplet: CA, B8 and 82. RGB value is (202,184,130). Sum of RGB (Red+Green+Blue) = 202+184+130=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 184 (72.27% from 255 or 35.66% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB882 is #35477D. Grayscale: #B7B7B7. Windows color (decimal): -3491710 or 8566986. OLE color: 8566986.

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

Color convert

RGB 202 184 130 -
CMYK 0 0.09 0.36 0.21
HSL 45º 0.4% 0.65% -
HSV(B) 45º 0.36% 0.79% -
XYZ 45.53 48.45 28.07 -
YUV 183.23 97.96 141.39 -
System Red Green Blue C M Y K H S L
Decimal 202 184 130 0 0.09 0.36 0.21 45 0.4 0.65
Hex CA B8 82 0 9 24 15 2D 28 41
Octal 312 270 202 0 11 44 25 55 50 101
Binary 11001010 10111000 10000010 0 1001 100100 10101 101101 101000 1000001

Color Harmonies of #CAB882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB882

Black with #CAB882

Text Example


Text Example

White with #CAB882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB882; }

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

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

background-color css

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

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

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

border-color css

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

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

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