Html Css Color HEX #C15E20 Christine

📋 copy color: '#C15E20'

red 193 ◦ green 94 ◦ blue 32

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

Shades of Christine #C15E20

Tints of Christine #C15E20

RGB

 RED value IS 193 (75.78% from 255) = 60.5%

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

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

R = 60.5%
G = 29.47%
B = 10.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C15E20 (or 0xC15E20) is known color: Christine. HEX triplet: C1, 5E and 20. RGB value is (193,94,32). Sum of RGB (Red+Green+Blue) = 193+94+32=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 94 (37.11% from 255 or 29.47% from 319); Blue value is 32 (12.89% from 255 or 10.03% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C15E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15E20 is #3EA1DF. Grayscale: #747474. Windows color (decimal): -4104672 or 2121409. OLE color: 2121409.

HSL color Cylindrical-coordinate representation of color #C15E20: hue angle of 23.11º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C15E20 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 94 32 -
CMYK 0 0.51 0.83 0.24
HSL 23.11º 0.72% 0.44% -
HSV(B) 23.11º 0.83% 0.76% -
XYZ 26.26 19.45 3.74 -
YUV 116.53 80.3 182.54 -
System Red Green Blue C M Y K H S L
Decimal 193 94 32 0 0.51 0.83 0.24 23.11 0.72 0.44
Hex C1 5E 20 0 33 53 18 17 48 2C
Octal 301 136 40 0 63 123 30 27 110 54
Binary 11000001 1011110 100000 0 110011 1010011 11000 10111 1001000 101100

Color Harmonies of #C15E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15E20

Black with #C15E20

Text Example


Text Example

White with #C15E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15E20; }

 p { color: rgb(193,94,32); }

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

background-color css

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

 a { background-color: rgb(193,94,32); }

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

border-color css

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

 span { border-color: rgb(193,94,32); }

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