Html Css Color HEX #CAB980 Yuma

📋 copy color: '#CAB980'

red 202 ◦ green 185 ◦ blue 128

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

Shades of Yuma #CAB980

Tints of Yuma #CAB980

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.92%

 BLUE value IS 128 (50.39% from 255) = 24.85%

R = 39.22%
G = 35.92%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#CAB980 (or 0xCAB980) is known color: Yuma. HEX triplet: CA, B9 and 80. RGB value is (202,185,128). Sum of RGB (Red+Green+Blue) = 202+185+128=515 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.22% from 515); Green value is 185 (72.66% from 255 or 35.92% from 515); Blue value is 128 (50.39% from 255 or 24.85% from 515); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB980 is #35467F. Grayscale: #B7B7B7. Windows color (decimal): -3491456 or 8436170. OLE color: 8436170.

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

Color convert

RGB 202 185 128 -
CMYK 0 0.08 0.37 0.21
HSL 46.22º 0.41% 0.65% -
HSV(B) 46.22º 0.37% 0.79% -
XYZ 45.6 48.81 27.44 -
YUV 183.59 96.63 141.13 -
System Red Green Blue C M Y K H S L
Decimal 202 185 128 0 0.08 0.37 0.21 46.22 0.41 0.65
Hex CA B9 80 0 8 25 15 2E 29 41
Octal 312 271 200 0 10 45 25 56 51 101
Binary 11001010 10111001 10000000 0 1000 100101 10101 101110 101001 1000001

Color Harmonies of #CAB980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB980

Black with #CAB980

Text Example


Text Example

White with #CAB980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB980; }

 p { color: rgb(202,185,128); }

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

background-color css

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

 a { background-color: rgb(202,185,128); }

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

border-color css

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

 span { border-color: rgb(202,185,128); }

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