Html Css Color HEX #C7612F Christine

📋 copy color: '#C7612F'

red 199 ◦ green 97 ◦ blue 47

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

Shades of Christine #C7612F

Tints of Christine #C7612F

RGB

 RED value IS 199 (78.13% from 255) = 58.02%

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

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

R = 58.02%
G = 28.28%
B = 13.7%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C7612F (or 0xC7612F) is known color: Christine. HEX triplet: C7, 61 and 2F. RGB value is (199,97,47). Sum of RGB (Red+Green+Blue) = 199+97+47=343 (45% of max value = 765). Red value is 199 (78.12% from 255 or 58.02% from 343); Green value is 97 (38.28% from 255 or 28.28% from 343); Blue value is 47 (18.75% from 255 or 13.70% from 343); Max value from RGB is 199 - color contains mainly: red. Hex color #C7612F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7612F is #389ED0. Grayscale: #7A7A7A. Windows color (decimal): -3710673 or 3105223. OLE color: 3105223.

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

Color convert

RGB 199 97 47 -
CMYK 0 0.51 0.76 0.22
HSL 19.74º 0.62% 0.48% -
HSV(B) 19.74º 0.76% 0.78% -
XYZ 28.34 20.9 5.23 -
YUV 121.8 85.79 183.07 -
System Red Green Blue C M Y K H S L
Decimal 199 97 47 0 0.51 0.76 0.22 19.74 0.62 0.48
Hex C7 61 2F 0 33 4C 16 14 3E 30
Octal 307 141 57 0 63 114 26 24 76 60
Binary 11000111 1100001 101111 0 110011 1001100 10110 10100 111110 110000

Color Harmonies of #C7612F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7612F

Black with #C7612F

Text Example


Text Example

White with #C7612F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7612F; }

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

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

background-color css

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

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

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

border-color css

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

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

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