Html Css Color HEX #CABB82 Yuma

📋 copy color: '#CABB82'

red 202 ◦ green 187 ◦ blue 130

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

Shades of Yuma #CABB82

Tints of Yuma #CABB82

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.03%

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

R = 38.92%
G = 36.03%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CABB82 (or 0xCABB82) is known color: Yuma. HEX triplet: CA, BB and 82. RGB value is (202,187,130). Sum of RGB (Red+Green+Blue) = 202+187+130=519 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.92% from 519); Green value is 187 (73.44% from 255 or 36.03% from 519); Blue value is 130 (51.17% from 255 or 25.05% from 519); Max value from RGB is 202 - color contains mainly: red. Hex color #CABB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CABB82 is #35447D. Grayscale: #B9B9B9. Windows color (decimal): -3490942 or 8567754. OLE color: 8567754.

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

Color convert

RGB 202 187 130 -
CMYK 0 0.07 0.36 0.21
HSL 47.5º 0.4% 0.65% -
HSV(B) 47.5º 0.36% 0.79% -
XYZ 46.16 49.71 28.28 -
YUV 184.99 96.97 140.13 -
System Red Green Blue C M Y K H S L
Decimal 202 187 130 0 0.07 0.36 0.21 47.5 0.4 0.65
Hex CA BB 82 0 7 24 15 30 28 41
Octal 312 273 202 0 7 44 25 60 50 101
Binary 11001010 10111011 10000010 0 111 100100 10101 110000 101000 1000001

Color Harmonies of #CABB82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABB82

Black with #CABB82

Text Example


Text Example

White with #CABB82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABB82; }

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

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

background-color css

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

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

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

border-color css

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

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

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