Html Css Color HEX #CAB676 Yuma

📋 copy color: '#CAB676'

red 202 ◦ green 182 ◦ blue 118

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

Shades of Yuma #CAB676

Tints of Yuma #CAB676

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.25%

 BLUE value IS 118 (46.48% from 255) = 23.51%

R = 40.24%
G = 36.25%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CAB676 (or 0xCAB676) is known color: Yuma. HEX triplet: CA, B6 and 76. RGB value is (202,182,118). Sum of RGB (Red+Green+Blue) = 202+182+118=502 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.24% from 502); Green value is 182 (71.48% from 255 or 36.25% from 502); Blue value is 118 (46.48% from 255 or 23.51% from 502); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAB676 is #354989. Grayscale: #B4B4B4. Windows color (decimal): -3492234 or 7780042. OLE color: 7780042.

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

Color convert

RGB 202 182 118 -
CMYK 0 0.10 0.42 0.21
HSL 45.71º 0.44% 0.63% -
HSV(B) 45.71º 0.42% 0.79% -
XYZ 44.36 47.32 23.94 -
YUV 180.68 92.63 143.2 -
System Red Green Blue C M Y K H S L
Decimal 202 182 118 0 0.10 0.42 0.21 45.71 0.44 0.63
Hex CA B6 76 0 A 2A 15 2E 2C 3F
Octal 312 266 166 0 12 52 25 56 54 77
Binary 11001010 10110110 1110110 0 1010 101010 10101 101110 101100 111111

Color Harmonies of #CAB676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB676

Black with #CAB676

Text Example


Text Example

White with #CAB676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB676; }

 p { color: rgb(202,182,118); }

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

background-color css

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

 a { background-color: rgb(202,182,118); }

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

border-color css

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

 span { border-color: rgb(202,182,118); }

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