Html Css Color HEX #C75D23 Christine

📋 copy color: '#C75D23'

red 199 ◦ green 93 ◦ blue 35

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

Shades of Christine #C75D23

Tints of Christine #C75D23

RGB

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

 GREEN value IS 93 (36.72% from 255) = 28.44%

 BLUE value IS 35 (14.06% from 255) = 10.7%

R = 60.86%
G = 28.44%
B = 10.7%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C75D23 (or 0xC75D23) is known color: Christine. HEX triplet: C7, 5D and 23. RGB value is (199,93,35). Sum of RGB (Red+Green+Blue) = 199+93+35=327 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.86% from 327); Green value is 93 (36.72% from 255 or 28.44% from 327); Blue value is 35 (14.06% from 255 or 10.70% from 327); Max value from RGB is 199 - color contains mainly: red. Hex color #C75D23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75D23 is #38A2DC. Grayscale: #767676. Windows color (decimal): -3711709 or 2317767. OLE color: 2317767.

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

Color convert

RGB 199 93 35 -
CMYK 0 0.53 0.82 0.22
HSL 21.22º 0.7% 0.46% -
HSV(B) 21.22º 0.82% 0.78% -
XYZ 27.77 20.09 4 -
YUV 118.08 81.12 185.72 -
System Red Green Blue C M Y K H S L
Decimal 199 93 35 0 0.53 0.82 0.22 21.22 0.7 0.46
Hex C7 5D 23 0 35 52 16 15 46 2E
Octal 307 135 43 0 65 122 26 25 106 56
Binary 11000111 1011101 100011 0 110101 1010010 10110 10101 1000110 101110

Color Harmonies of #C75D23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75D23

Black with #C75D23

Text Example


Text Example

White with #C75D23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75D23; }

 p { color: rgb(199,93,35); }

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

background-color css

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

 a { background-color: rgb(199,93,35); }

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

border-color css

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

 span { border-color: rgb(199,93,35); }

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