Html Css Color HEX #C5612F Christine

📋 copy color: '#C5612F'

red 197 ◦ green 97 ◦ blue 47

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

Shades of Christine #C5612F

Tints of Christine #C5612F

RGB

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

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

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

R = 57.77%
G = 28.45%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C5612F (or 0xC5612F) is known color: Christine. HEX triplet: C5, 61 and 2F. RGB value is (197,97,47). Sum of RGB (Red+Green+Blue) = 197+97+47=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 47 (18.75% from 255 or 13.78% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C5612F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5612F is #3A9ED0. Grayscale: #797979. Windows color (decimal): -3841745 or 3105221. OLE color: 3105221.

HSL color Cylindrical-coordinate representation of color #C5612F: hue angle of 20º 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 #C5612F is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 97 47 -
CMYK 0 0.51 0.76 0.23
HSL 20º 0.61% 0.48% -
HSV(B) 20º 0.76% 0.77% -
XYZ 27.81 20.62 5.2 -
YUV 121.2 86.13 182.07 -
System Red Green Blue C M Y K H S L
Decimal 197 97 47 0 0.51 0.76 0.23 20 0.61 0.48
Hex C5 61 2F 0 33 4C 17 14 3D 30
Octal 305 141 57 0 63 114 27 24 75 60
Binary 11000101 1100001 101111 0 110011 1001100 10111 10100 111101 110000

Color Harmonies of #C5612F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5612F

Black with #C5612F

Text Example


Text Example

White with #C5612F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5612F; }

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

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

background-color css

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

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

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

border-color css

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

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

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