Html Css Color HEX #C5612E Christine

📋 copy color: '#C5612E'

red 197 ◦ green 97 ◦ blue 46

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

Shades of Christine #C5612E

Tints of Christine #C5612E

RGB

 RED value IS 197 (77.34% from 255) = 57.94%

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

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

R = 57.94%
G = 28.53%
B = 13.53%

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

#C5612E (or 0xC5612E) is known color: Christine. HEX triplet: C5, 61 and 2E. RGB value is (197,97,46). Sum of RGB (Red+Green+Blue) = 197+97+46=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 97 (38.28% from 255 or 28.53% from 340); Blue value is 46 (18.36% from 255 or 13.53% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C5612E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5612E is #3A9ED1. Grayscale: #797979. Windows color (decimal): -3841746 or 3039685. OLE color: 3039685.

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

Color convert

RGB 197 97 46 -
CMYK 0 0.51 0.77 0.23
HSL 20.26º 0.62% 0.48% -
HSV(B) 20.26º 0.77% 0.77% -
XYZ 27.79 20.62 5.1 -
YUV 121.09 85.63 182.15 -
System Red Green Blue C M Y K H S L
Decimal 197 97 46 0 0.51 0.77 0.23 20.26 0.62 0.48
Hex C5 61 2E 0 33 4D 17 14 3E 30
Octal 305 141 56 0 63 115 27 24 76 60
Binary 11000101 1100001 101110 0 110011 1001101 10111 10100 111110 110000

Color Harmonies of #C5612E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5612E

Black with #C5612E

Text Example


Text Example

White with #C5612E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5612E; }

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

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

background-color css

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

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

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

border-color css

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

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

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