Html Css Color HEX #CAB381 Yuma

📋 copy color: '#CAB381'

red 202 ◦ green 179 ◦ blue 129

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

Shades of Yuma #CAB381

Tints of Yuma #CAB381

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.1%

 BLUE value IS 129 (50.78% from 255) = 25.29%

R = 39.61%
G = 35.1%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.36

 K value IS 0.21

RGB Variations

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

Color information

#CAB381 (or 0xCAB381) is known color: Yuma. HEX triplet: CA, B3 and 81. RGB value is (202,179,129). Sum of RGB (Red+Green+Blue) = 202+179+129=510 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.61% from 510); Green value is 179 (70.31% from 255 or 35.10% from 510); Blue value is 129 (50.78% from 255 or 25.29% from 510); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB381 is #354C7E. Grayscale: #B4B4B4. Windows color (decimal): -3492991 or 8500170. OLE color: 8500170.

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

Color convert

RGB 202 179 129 -
CMYK 0 0.11 0.36 0.21
HSL 41.1º 0.41% 0.65% -
HSV(B) 41.1º 0.36% 0.79% -
XYZ 44.44 46.38 27.38 -
YUV 180.18 99.12 143.57 -
System Red Green Blue C M Y K H S L
Decimal 202 179 129 0 0.11 0.36 0.21 41.1 0.41 0.65
Hex CA B3 81 0 B 24 15 29 29 41
Octal 312 263 201 0 13 44 25 51 51 101
Binary 11001010 10110011 10000001 0 1011 100100 10101 101001 101001 1000001

Color Harmonies of #CAB381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB381

Black with #CAB381

Text Example


Text Example

White with #CAB381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB381; }

 p { color: rgb(202,179,129); }

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

background-color css

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

 a { background-color: rgb(202,179,129); }

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

border-color css

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

 span { border-color: rgb(202,179,129); }

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