Html Css Color HEX #C15D20 Christine

📋 copy color: '#C15D20'

red 193 ◦ green 93 ◦ blue 32

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

Shades of Christine #C15D20

Tints of Christine #C15D20

RGB

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

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

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

R = 60.69%
G = 29.25%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C15D20 (or 0xC15D20) is known color: Christine. HEX triplet: C1, 5D and 20. RGB value is (193,93,32). Sum of RGB (Red+Green+Blue) = 193+93+32=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 93 (36.72% from 255 or 29.25% from 318); Blue value is 32 (12.89% from 255 or 10.06% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C15D20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15D20 is #3EA2DF. Grayscale: #747474. Windows color (decimal): -4104928 or 2121153. OLE color: 2121153.

HSL color Cylindrical-coordinate representation of color #C15D20: hue angle of 22.73º 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 #C15D20 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 93 32 -
CMYK 0 0.52 0.83 0.24
HSL 22.73º 0.72% 0.44% -
HSV(B) 22.73º 0.83% 0.76% -
XYZ 26.17 19.27 3.71 -
YUV 115.95 80.63 182.96 -
System Red Green Blue C M Y K H S L
Decimal 193 93 32 0 0.52 0.83 0.24 22.73 0.72 0.44
Hex C1 5D 20 0 34 53 18 17 48 2C
Octal 301 135 40 0 64 123 30 27 110 54
Binary 11000001 1011101 100000 0 110100 1010011 11000 10111 1001000 101100

Color Harmonies of #C15D20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15D20

Black with #C15D20

Text Example


Text Example

White with #C15D20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15D20; }

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

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

background-color css

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

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

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

border-color css

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

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

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