Html Css Color HEX #C4612E Christine

📋 copy color: '#C4612E'

red 196 ◦ green 97 ◦ blue 46

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

Shades of Christine #C4612E

Tints of Christine #C4612E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.61%

 BLUE value IS 46 (18.36% from 255) = 13.57%

R = 57.82%
G = 28.61%
B = 13.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4612E (or 0xC4612E) is known color: Christine. HEX triplet: C4, 61 and 2E. RGB value is (196,97,46). Sum of RGB (Red+Green+Blue) = 196+97+46=339 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.82% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 46 (18.36% from 255 or 13.57% from 339); Max value from RGB is 196 - color contains mainly: red. Hex color #C4612E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4612E is #3B9ED1. Grayscale: #797979. Windows color (decimal): -3907282 or 3039684. OLE color: 3039684.

HSL color Cylindrical-coordinate representation of color #C4612E: hue angle of 20.4º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4612E is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 97 46 -
CMYK 0 0.51 0.77 0.23
HSL 20.4º 0.62% 0.47% -
HSV(B) 20.4º 0.77% 0.77% -
XYZ 27.53 20.48 5.09 -
YUV 120.79 85.8 181.65 -
System Red Green Blue C M Y K H S L
Decimal 196 97 46 0 0.51 0.77 0.23 20.4 0.62 0.47
Hex C4 61 2E 0 33 4D 17 14 3E 2F
Octal 304 141 56 0 63 115 27 24 76 57
Binary 11000100 1100001 101110 0 110011 1001101 10111 10100 111110 101111

Color Harmonies of #C4612E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4612E

Black with #C4612E

Text Example


Text Example

White with #C4612E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4612E; }

 p { color: rgb(196,97,46); }

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

background-color css

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

 a { background-color: rgb(196,97,46); }

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

border-color css

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

 span { border-color: rgb(196,97,46); }

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