Html Css Color HEX #CAB974 Yuma

📋 copy color: '#CAB974'

red 202 ◦ green 185 ◦ blue 116

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

Shades of Yuma #CAB974

Tints of Yuma #CAB974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.06%

R = 40.16%
G = 36.78%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CAB974 (or 0xCAB974) is known color: Yuma. HEX triplet: CA, B9 and 74. RGB value is (202,185,116). Sum of RGB (Red+Green+Blue) = 202+185+116=503 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.16% from 503); Green value is 185 (72.66% from 255 or 36.78% from 503); Blue value is 116 (45.70% from 255 or 23.06% from 503); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB974 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB974 is #35468B. Grayscale: #B6B6B6. Windows color (decimal): -3491468 or 7649738. OLE color: 7649738.

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

Color convert

RGB 202 185 116 -
CMYK 0 0.08 0.43 0.21
HSL 48.14º 0.45% 0.62% -
HSV(B) 48.14º 0.43% 0.79% -
XYZ 44.86 48.52 23.52 -
YUV 182.22 90.63 142.11 -
System Red Green Blue C M Y K H S L
Decimal 202 185 116 0 0.08 0.43 0.21 48.14 0.45 0.62
Hex CA B9 74 0 8 2B 15 30 2D 3E
Octal 312 271 164 0 10 53 25 60 55 76
Binary 11001010 10111001 1110100 0 1000 101011 10101 110000 101101 111110

Color Harmonies of #CAB974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB974

Black with #CAB974

Text Example


Text Example

White with #CAB974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB974; }

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

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

background-color css

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

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

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

border-color css

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

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

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