Html Css Color HEX #C75926 Christine

📋 copy color: '#C75926'

red 199 ◦ green 89 ◦ blue 38

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

Shades of Christine #C75926

Tints of Christine #C75926

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.3%

 BLUE value IS 38 (15.23% from 255) = 11.66%

R = 61.04%
G = 27.3%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C75926 (or 0xC75926) is known color: Christine. HEX triplet: C7, 59 and 26. RGB value is (199,89,38). Sum of RGB (Red+Green+Blue) = 199+89+38=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 89 (35.16% from 255 or 27.30% from 326); Blue value is 38 (15.23% from 255 or 11.66% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C75926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75926 is #38A6D9. Grayscale: #747474. Windows color (decimal): -3712730 or 2513351. OLE color: 2513351.

HSL color Cylindrical-coordinate representation of color #C75926: hue angle of 19.01º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C75926 is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 89 38 -
CMYK 0 0.55 0.81 0.22
HSL 19.01º 0.68% 0.46% -
HSV(B) 19.01º 0.81% 0.78% -
XYZ 27.48 19.43 4.14 -
YUV 116.08 83.94 187.15 -
System Red Green Blue C M Y K H S L
Decimal 199 89 38 0 0.55 0.81 0.22 19.01 0.68 0.46
Hex C7 59 26 0 37 51 16 13 44 2E
Octal 307 131 46 0 67 121 26 23 104 56
Binary 11000111 1011001 100110 0 110111 1010001 10110 10011 1000100 101110

Color Harmonies of #C75926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75926

Black with #C75926

Text Example


Text Example

White with #C75926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75926; }

 p { color: rgb(199,89,38); }

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

background-color css

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

 a { background-color: rgb(199,89,38); }

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

border-color css

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

 span { border-color: rgb(199,89,38); }

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