Html Css Color HEX #C5612D Christine

📋 copy color: '#C5612D'

red 197 ◦ green 97 ◦ blue 45

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

Shades of Christine #C5612D

Tints of Christine #C5612D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.27%

R = 58.11%
G = 28.61%
B = 13.27%

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

#C5612D (or 0xC5612D) is known color: Christine. HEX triplet: C5, 61 and 2D. RGB value is (197,97,45). Sum of RGB (Red+Green+Blue) = 197+97+45=339 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.11% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 197 - color contains mainly: red. Hex color #C5612D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5612D is #3A9ED2. Grayscale: #797979. Windows color (decimal): -3841747 or 2974149. OLE color: 2974149.

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

Color convert

RGB 197 97 45 -
CMYK 0 0.51 0.77 0.23
HSL 20.53º 0.63% 0.47% -
HSV(B) 20.53º 0.77% 0.77% -
XYZ 27.77 20.61 5 -
YUV 120.97 85.13 182.23 -
System Red Green Blue C M Y K H S L
Decimal 197 97 45 0 0.51 0.77 0.23 20.53 0.63 0.47
Hex C5 61 2D 0 33 4D 17 15 3F 2F
Octal 305 141 55 0 63 115 27 25 77 57
Binary 11000101 1100001 101101 0 110011 1001101 10111 10101 111111 101111

Color Harmonies of #C5612D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5612D

Black with #C5612D

Text Example


Text Example

White with #C5612D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5612D; }

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

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

background-color css

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

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

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

border-color css

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

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

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