Html Css Color HEX #C4A037 Roti

📋 copy color: '#C4A037'

red 196 ◦ green 160 ◦ blue 55

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

Shades of Roti #C4A037

Tints of Roti #C4A037

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.93%

 BLUE value IS 55 (21.88% from 255) = 13.38%

R = 47.69%
G = 38.93%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#C4A037 (or 0xC4A037) is known color: Roti. HEX triplet: C4, A0 and 37. RGB value is (196,160,55). Sum of RGB (Red+Green+Blue) = 196+160+55=411 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.69% from 411); Green value is 160 (62.89% from 255 or 38.93% from 411); Blue value is 55 (21.88% from 255 or 13.38% from 411); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A037 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A037 is #3B5FC8. Grayscale: #9F9F9F. Windows color (decimal): -3891145 or 3645636. OLE color: 3645636.

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

Color convert

RGB 196 160 55 -
CMYK 0 0.18 0.72 0.23
HSL 44.68º 0.56% 0.49% -
HSV(B) 44.68º 0.72% 0.77% -
XYZ 36.03 37.15 8.89 -
YUV 158.79 69.43 154.54 -
System Red Green Blue C M Y K H S L
Decimal 196 160 55 0 0.18 0.72 0.23 44.68 0.56 0.49
Hex C4 A0 37 0 12 48 17 2D 38 31
Octal 304 240 67 0 22 110 27 55 70 61
Binary 11000100 10100000 110111 0 10010 1001000 10111 101101 111000 110001

Color Harmonies of #C4A037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4A037

Black with #C4A037

Text Example


Text Example

White with #C4A037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4A037; }

 p { color: rgb(196,160,55); }

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

background-color css

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

 a { background-color: rgb(196,160,55); }

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

border-color css

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

 span { border-color: rgb(196,160,55); }

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