Html Css Color HEX #C5612B Christine

📋 copy color: '#C5612B'

red 197 ◦ green 97 ◦ blue 43

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

Shades of Christine #C5612B

Tints of Christine #C5612B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.76%

R = 58.46%
G = 28.78%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5612B (or 0xC5612B) is known color: Christine. HEX triplet: C5, 61 and 2B. RGB value is (197,97,43). Sum of RGB (Red+Green+Blue) = 197+97+43=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 97 (38.28% from 255 or 28.78% from 337); Blue value is 43 (17.19% from 255 or 12.76% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C5612B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5612B is #3A9ED4. Grayscale: #797979. Windows color (decimal): -3841749 or 2843077. OLE color: 2843077.

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

Color convert

RGB 197 97 43 -
CMYK 0 0.51 0.78 0.23
HSL 21.04º 0.64% 0.47% -
HSV(B) 21.04º 0.78% 0.77% -
XYZ 27.74 20.59 4.8 -
YUV 120.74 84.13 182.39 -
System Red Green Blue C M Y K H S L
Decimal 197 97 43 0 0.51 0.78 0.23 21.04 0.64 0.47
Hex C5 61 2B 0 33 4E 17 15 40 2F
Octal 305 141 53 0 63 116 27 25 100 57
Binary 11000101 1100001 101011 0 110011 1001110 10111 10101 1000000 101111

Color Harmonies of #C5612B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5612B

Black with #C5612B

Text Example


Text Example

White with #C5612B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5612B; }

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

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

background-color css

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

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

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

border-color css

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

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

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