Html Css Color HEX #C15925 Christine

📋 copy color: '#C15925'

red 193 ◦ green 89 ◦ blue 37

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

Shades of Christine #C15925

Tints of Christine #C15925

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.9%

 BLUE value IS 37 (14.84% from 255) = 11.6%

R = 60.5%
G = 27.9%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C15925 (or 0xC15925) is known color: Christine. HEX triplet: C1, 59 and 25. RGB value is (193,89,37). Sum of RGB (Red+Green+Blue) = 193+89+37=319 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.50% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 37 (14.84% from 255 or 11.60% from 319); Max value from RGB is 193 - color contains mainly: red. Hex color #C15925 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15925 is #3EA6DA. Grayscale: #727272. Windows color (decimal): -4105947 or 2447809. OLE color: 2447809.

HSL color Cylindrical-coordinate representation of color #C15925: hue angle of 20º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C15925 is Cyan = 0, Magento = 0.54, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 89 37 -
CMYK 0 0.54 0.81 0.24
HSL 20º 0.68% 0.45% -
HSV(B) 20º 0.81% 0.76% -
XYZ 25.9 18.62 3.98 -
YUV 114.17 84.46 184.23 -
System Red Green Blue C M Y K H S L
Decimal 193 89 37 0 0.54 0.81 0.24 20 0.68 0.45
Hex C1 59 25 0 36 51 18 14 44 2D
Octal 301 131 45 0 66 121 30 24 104 55
Binary 11000001 1011001 100101 0 110110 1010001 11000 10100 1000100 101101

Color Harmonies of #C15925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15925

Black with #C15925

Text Example


Text Example

White with #C15925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15925; }

 p { color: rgb(193,89,37); }

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

background-color css

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

 a { background-color: rgb(193,89,37); }

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

border-color css

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

 span { border-color: rgb(193,89,37); }

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