Html Css Color HEX #CAB682 Yuma

📋 copy color: '#CAB682'

red 202 ◦ green 182 ◦ blue 130

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

Shades of Yuma #CAB682

Tints of Yuma #CAB682

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.41%

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

R = 39.3%
G = 35.41%
B = 25.29%

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

#CAB682 (or 0xCAB682) is known color: Yuma. HEX triplet: CA, B6 and 82. RGB value is (202,182,130). Sum of RGB (Red+Green+Blue) = 202+182+130=514 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.30% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB682 is #35497D. Grayscale: #B6B6B6. Windows color (decimal): -3492222 or 8566474. OLE color: 8566474.

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

Color convert

RGB 202 182 130 -
CMYK 0 0.10 0.36 0.21
HSL 43.33º 0.4% 0.65% -
HSV(B) 43.33º 0.36% 0.79% -
XYZ 45.11 47.62 27.93 -
YUV 182.05 98.63 142.23 -
System Red Green Blue C M Y K H S L
Decimal 202 182 130 0 0.10 0.36 0.21 43.33 0.4 0.65
Hex CA B6 82 0 A 24 15 2B 28 41
Octal 312 266 202 0 12 44 25 53 50 101
Binary 11001010 10110110 10000010 0 1010 100100 10101 101011 101000 1000001

Color Harmonies of #CAB682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB682

Black with #CAB682

Text Example


Text Example

White with #CAB682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB682; }

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

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

background-color css

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

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

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

border-color css

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

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

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