Html Css Color HEX #C4A12F Sahara

📋 copy color: '#C4A12F'

red 196 ◦ green 161 ◦ blue 47

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

Shades of Sahara #C4A12F

Tints of Sahara #C4A12F

RGB

 RED value IS 196 (76.95% from 255) = 48.51%

 GREEN value IS 161 (63.28% from 255) = 39.85%

 BLUE value IS 47 (18.75% from 255) = 11.63%

R = 48.51%
G = 39.85%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C4A12F (or 0xC4A12F) is known color: Sahara. HEX triplet: C4, A1 and 2F. RGB value is (196,161,47). Sum of RGB (Red+Green+Blue) = 196+161+47=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 161 (63.28% from 255 or 39.85% from 404); Blue value is 47 (18.75% from 255 or 11.63% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A12F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A12F is #3B5ED0. Grayscale: #9E9E9E. Windows color (decimal): -3890897 or 3121604. OLE color: 3121604.

HSL color Cylindrical-coordinate representation of color #C4A12F: hue angle of 45.91º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C4A12F is Cyan = 0, Magento = 0.18, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 161 47 -
CMYK 0 0.18 0.76 0.23
HSL 45.91º 0.61% 0.48% -
HSV(B) 45.91º 0.76% 0.77% -
XYZ 36.02 37.43 8.02 -
YUV 158.47 65.1 154.77 -
System Red Green Blue C M Y K H S L
Decimal 196 161 47 0 0.18 0.76 0.23 45.91 0.61 0.48
Hex C4 A1 2F 0 12 4C 17 2E 3D 30
Octal 304 241 57 0 22 114 27 56 75 60
Binary 11000100 10100001 101111 0 10010 1001100 10111 101110 111101 110000

Color Harmonies of #C4A12F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A12F

Black with #C4A12F

Text Example


Text Example

White with #C4A12F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A12F; }

 p { color: rgb(196,161,47); }

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

background-color css

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

 a { background-color: rgb(196,161,47); }

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

border-color css

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

 span { border-color: rgb(196,161,47); }

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