Html Css Color HEX #CAB985 Yuma

📋 copy color: '#CAB985'

red 202 ◦ green 185 ◦ blue 133

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

Shades of Yuma #CAB985

Tints of Yuma #CAB985

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 25.58%

R = 38.85%
G = 35.58%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.34

 K value IS 0.21

RGB Variations

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

Color information

#CAB985 (or 0xCAB985) is known color: Yuma. HEX triplet: CA, B9 and 85. RGB value is (202,185,133). Sum of RGB (Red+Green+Blue) = 202+185+133=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 185 (72.66% from 255 or 35.58% from 520); Blue value is 133 (52.34% from 255 or 25.58% from 520); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB985 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB985 is #35467A. Grayscale: #B8B8B8. Windows color (decimal): -3491451 or 8763850. OLE color: 8763850.

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

Color convert

RGB 202 185 133 -
CMYK 0 0.08 0.34 0.21
HSL 45.22º 0.39% 0.66% -
HSV(B) 45.22º 0.34% 0.79% -
XYZ 45.94 48.95 29.22 -
YUV 184.16 99.13 140.73 -
System Red Green Blue C M Y K H S L
Decimal 202 185 133 0 0.08 0.34 0.21 45.22 0.39 0.66
Hex CA B9 85 0 8 22 15 2D 27 42
Octal 312 271 205 0 10 42 25 55 47 102
Binary 11001010 10111001 10000101 0 1000 100010 10101 101101 100111 1000010

Color Harmonies of #CAB985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB985

Black with #CAB985

Text Example


Text Example

White with #CAB985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB985; }

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

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

background-color css

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

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

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

border-color css

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

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

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