Html Css Color HEX #C7612A Christine

📋 copy color: '#C7612A'

red 199 ◦ green 97 ◦ blue 42

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

Shades of Christine #C7612A

Tints of Christine #C7612A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.43%

R = 58.88%
G = 28.7%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C7612A (or 0xC7612A) is known color: Christine. HEX triplet: C7, 61 and 2A. RGB value is (199,97,42). Sum of RGB (Red+Green+Blue) = 199+97+42=338 (44% of max value = 765). Red value is 199 (78.12% from 255 or 58.88% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 42 (16.80% from 255 or 12.43% from 338); Max value from RGB is 199 - color contains mainly: red. Hex color #C7612A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7612A is #389ED5. Grayscale: #797979. Windows color (decimal): -3710678 or 2777543. OLE color: 2777543.

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

Color convert

RGB 199 97 42 -
CMYK 0 0.51 0.79 0.22
HSL 21.02º 0.65% 0.47% -
HSV(B) 21.02º 0.79% 0.78% -
XYZ 28.25 20.86 4.73 -
YUV 121.23 83.29 183.47 -
System Red Green Blue C M Y K H S L
Decimal 199 97 42 0 0.51 0.79 0.22 21.02 0.65 0.47
Hex C7 61 2A 0 33 4F 16 15 41 2F
Octal 307 141 52 0 63 117 26 25 101 57
Binary 11000111 1100001 101010 0 110011 1001111 10110 10101 1000001 101111

Color Harmonies of #C7612A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7612A

Black with #C7612A

Text Example


Text Example

White with #C7612A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7612A; }

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

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

background-color css

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

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

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

border-color css

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

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

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