Html Css Color HEX #C15A20 Christine

📋 copy color: '#C15A20'

red 193 ◦ green 90 ◦ blue 32

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

Shades of Christine #C15A20

Tints of Christine #C15A20

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.57%

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

R = 61.27%
G = 28.57%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C15A20 (or 0xC15A20) is known color: Christine. HEX triplet: C1, 5A and 20. RGB value is (193,90,32). Sum of RGB (Red+Green+Blue) = 193+90+32=315 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.27% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 32 (12.89% from 255 or 10.16% from 315); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15A20 is #3EA5DF. Grayscale: #727272. Windows color (decimal): -4105696 or 2120385. OLE color: 2120385.

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

Color convert

RGB 193 90 32 -
CMYK 0 0.53 0.83 0.24
HSL 21.61º 0.72% 0.44% -
HSV(B) 21.61º 0.83% 0.76% -
XYZ 25.91 18.75 3.62 -
YUV 114.19 81.62 184.22 -
System Red Green Blue C M Y K H S L
Decimal 193 90 32 0 0.53 0.83 0.24 21.61 0.72 0.44
Hex C1 5A 20 0 35 53 18 16 48 2C
Octal 301 132 40 0 65 123 30 26 110 54
Binary 11000001 1011010 100000 0 110101 1010011 11000 10110 1001000 101100

Color Harmonies of #C15A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15A20

Black with #C15A20

Text Example


Text Example

White with #C15A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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