Html Css Color HEX #C15A26 Christine

📋 copy color: '#C15A26'

red 193 ◦ green 90 ◦ blue 38

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

Shades of Christine #C15A26

Tints of Christine #C15A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.84%

R = 60.12%
G = 28.04%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.80

 K value IS 0.24

RGB Variations

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

Color information

#C15A26 (or 0xC15A26) is known color: Christine. HEX triplet: C1, 5A and 26. RGB value is (193,90,38). Sum of RGB (Red+Green+Blue) = 193+90+38=321 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.12% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15A26 is #3EA5D9. Grayscale: #737373. Windows color (decimal): -4105690 or 2513601. OLE color: 2513601.

HSL color Cylindrical-coordinate representation of color #C15A26: hue angle of 20.13º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C15A26 is Cyan = 0, Magento = 0.53, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 90 38 -
CMYK 0 0.53 0.80 0.24
HSL 20.13º 0.67% 0.45% -
HSV(B) 20.13º 0.8% 0.76% -
XYZ 26 18.79 4.09 -
YUV 114.87 84.62 183.73 -
System Red Green Blue C M Y K H S L
Decimal 193 90 38 0 0.53 0.80 0.24 20.13 0.67 0.45
Hex C1 5A 26 0 35 50 18 14 43 2D
Octal 301 132 46 0 65 120 30 24 103 55
Binary 11000001 1011010 100110 0 110101 1010000 11000 10100 1000011 101101

Color Harmonies of #C15A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15A26

Black with #C15A26

Text Example


Text Example

White with #C15A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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