Html Css Color HEX #C15A25 Christine

📋 copy color: '#C15A25'

red 193 ◦ green 90 ◦ blue 37

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

Shades of Christine #C15A25

Tints of Christine #C15A25

RGB

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

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

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

R = 60.31%
G = 28.13%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C15A25 (or 0xC15A25) is known color: Christine. HEX triplet: C1, 5A and 25. RGB value is (193,90,37). Sum of RGB (Red+Green+Blue) = 193+90+37=320 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.31% from 320); Green value is 90 (35.55% from 255 or 28.12% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15A25 is #3EA5DA. Grayscale: #737373. Windows color (decimal): -4105691 or 2448065. OLE color: 2448065.

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

Color convert

RGB 193 90 37 -
CMYK 0 0.53 0.81 0.24
HSL 20.38º 0.68% 0.45% -
HSV(B) 20.38º 0.81% 0.76% -
XYZ 25.98 18.78 4.01 -
YUV 114.76 84.12 183.81 -
System Red Green Blue C M Y K H S L
Decimal 193 90 37 0 0.53 0.81 0.24 20.38 0.68 0.45
Hex C1 5A 25 0 35 51 18 14 44 2D
Octal 301 132 45 0 65 121 30 24 104 55
Binary 11000001 1011010 100101 0 110101 1010001 11000 10100 1000100 101101

Color Harmonies of #C15A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15A25

Black with #C15A25

Text Example


Text Example

White with #C15A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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