Html Css Color HEX #C75820 Christine

📋 copy color: '#C75820'

red 199 ◦ green 88 ◦ blue 32

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

Shades of Christine #C75820

Tints of Christine #C75820

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.59%

 BLUE value IS 32 (12.89% from 255) = 10.03%

R = 62.38%
G = 27.59%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C75820 (or 0xC75820) is known color: Christine. HEX triplet: C7, 58 and 20. RGB value is (199,88,32). Sum of RGB (Red+Green+Blue) = 199+88+32=319 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.38% from 319); Green value is 88 (34.77% from 255 or 27.59% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 199 - color contains mainly: red. Hex color #C75820 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75820 is #38A7DF. Grayscale: #737373. Windows color (decimal): -3712992 or 2119879. OLE color: 2119879.

HSL color Cylindrical-coordinate representation of color #C75820: hue angle of 20.12º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C75820 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 88 32 -
CMYK 0 0.56 0.84 0.22
HSL 20.12º 0.72% 0.45% -
HSV(B) 20.12º 0.84% 0.78% -
XYZ 27.3 19.23 3.64 -
YUV 114.81 81.27 188.05 -
System Red Green Blue C M Y K H S L
Decimal 199 88 32 0 0.56 0.84 0.22 20.12 0.72 0.45
Hex C7 58 20 0 38 54 16 14 48 2D
Octal 307 130 40 0 70 124 26 24 110 55
Binary 11000111 1011000 100000 0 111000 1010100 10110 10100 1001000 101101

Color Harmonies of #C75820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75820

Black with #C75820

Text Example


Text Example

White with #C75820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75820; }

 p { color: rgb(199,88,32); }

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

background-color css

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

 a { background-color: rgb(199,88,32); }

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

border-color css

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

 span { border-color: rgb(199,88,32); }

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