Html Css Color HEX #CAB978 Yuma

📋 copy color: '#CAB978'

red 202 ◦ green 185 ◦ blue 120

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

Shades of Yuma #CAB978

Tints of Yuma #CAB978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 23.67%

R = 39.84%
G = 36.49%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.41

 K value IS 0.21

RGB Variations

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

Color information

#CAB978 (or 0xCAB978) is known color: Yuma. HEX triplet: CA, B9 and 78. RGB value is (202,185,120). Sum of RGB (Red+Green+Blue) = 202+185+120=507 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.84% from 507); Green value is 185 (72.66% from 255 or 36.49% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB978 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB978 is #354687. Grayscale: #B6B6B6. Windows color (decimal): -3491464 or 7911882. OLE color: 7911882.

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

Color convert

RGB 202 185 120 -
CMYK 0 0.08 0.41 0.21
HSL 47.56º 0.44% 0.63% -
HSV(B) 47.56º 0.41% 0.79% -
XYZ 45.1 48.61 24.78 -
YUV 182.67 92.63 141.79 -
System Red Green Blue C M Y K H S L
Decimal 202 185 120 0 0.08 0.41 0.21 47.56 0.44 0.63
Hex CA B9 78 0 8 29 15 30 2C 3F
Octal 312 271 170 0 10 51 25 60 54 77
Binary 11001010 10111001 1111000 0 1000 101001 10101 110000 101100 111111

Color Harmonies of #CAB978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB978

Black with #CAB978

Text Example


Text Example

White with #CAB978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB978; }

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

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

background-color css

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

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

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

border-color css

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

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

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