Html Css Color HEX #C75E26 Christine

📋 copy color: '#C75E26'

red 199 ◦ green 94 ◦ blue 38

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

Shades of Christine #C75E26

Tints of Christine #C75E26

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.4%

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

R = 60.12%
G = 28.4%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C75E26 (or 0xC75E26) is known color: Christine. HEX triplet: C7, 5E and 26. RGB value is (199,94,38). Sum of RGB (Red+Green+Blue) = 199+94+38=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 94 (37.11% from 255 or 28.40% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C75E26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75E26 is #38A1D9. Grayscale: #777777. Windows color (decimal): -3711450 or 2514631. OLE color: 2514631.

HSL color Cylindrical-coordinate representation of color #C75E26: hue angle of 20.87º 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 #C75E26 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 94 38 -
CMYK 0 0.53 0.81 0.22
HSL 20.87º 0.68% 0.46% -
HSV(B) 20.87º 0.81% 0.78% -
XYZ 27.91 20.29 4.28 -
YUV 119.01 82.29 185.05 -
System Red Green Blue C M Y K H S L
Decimal 199 94 38 0 0.53 0.81 0.22 20.87 0.68 0.46
Hex C7 5E 26 0 35 51 16 15 44 2E
Octal 307 136 46 0 65 121 26 25 104 56
Binary 11000111 1011110 100110 0 110101 1010001 10110 10101 1000100 101110

Color Harmonies of #C75E26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75E26

Black with #C75E26

Text Example


Text Example

White with #C75E26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75E26; }

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

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

background-color css

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

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

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

border-color css

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

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

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