Html Css Color HEX #C75C21 Christine

📋 copy color: '#C75C21'

red 199 ◦ green 92 ◦ blue 33

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

Shades of Christine #C75C21

Tints of Christine #C75C21

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.4%

 BLUE value IS 33 (13.28% from 255) = 10.19%

R = 61.42%
G = 28.4%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.83

 K value IS 0.22

RGB Variations

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

Color information

#C75C21 (or 0xC75C21) is known color: Christine. HEX triplet: C7, 5C and 21. RGB value is (199,92,33). Sum of RGB (Red+Green+Blue) = 199+92+33=324 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.42% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 199 - color contains mainly: red. Hex color #C75C21 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75C21 is #38A3DE. Grayscale: #757575. Windows color (decimal): -3711967 or 2186439. OLE color: 2186439.

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

Color convert

RGB 199 92 33 -
CMYK 0 0.54 0.83 0.22
HSL 21.33º 0.72% 0.45% -
HSV(B) 21.33º 0.83% 0.78% -
XYZ 27.65 19.91 3.82 -
YUV 117.27 80.45 186.3 -
System Red Green Blue C M Y K H S L
Decimal 199 92 33 0 0.54 0.83 0.22 21.33 0.72 0.45
Hex C7 5C 21 0 36 53 16 15 48 2D
Octal 307 134 41 0 66 123 26 25 110 55
Binary 11000111 1011100 100001 0 110110 1010011 10110 10101 1001000 101101

Color Harmonies of #C75C21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75C21

Black with #C75C21

Text Example


Text Example

White with #C75C21

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75C21; }

 p { color: rgb(199,92,33); }

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

background-color css

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

 a { background-color: rgb(199,92,33); }

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

border-color css

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

 span { border-color: rgb(199,92,33); }

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