Html Css Color HEX #C15625 Christine

📋 copy color: '#C15625'

red 193 ◦ green 86 ◦ blue 37

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

Shades of Christine #C15625

Tints of Christine #C15625

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.22%

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

R = 61.08%
G = 27.22%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C15625 (or 0xC15625) is known color: Christine. HEX triplet: C1, 56 and 25. RGB value is (193,86,37). Sum of RGB (Red+Green+Blue) = 193+86+37=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 86 (33.98% from 255 or 27.22% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C15625 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15625 is #3EA9DA. Grayscale: #707070. Windows color (decimal): -4106715 or 2447041. OLE color: 2447041.

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

Color convert

RGB 193 86 37 -
CMYK 0 0.55 0.81 0.24
HSL 18.85º 0.68% 0.45% -
HSV(B) 18.85º 0.81% 0.76% -
XYZ 25.65 18.13 3.9 -
YUV 112.41 85.45 185.48 -
System Red Green Blue C M Y K H S L
Decimal 193 86 37 0 0.55 0.81 0.24 18.85 0.68 0.45
Hex C1 56 25 0 37 51 18 13 44 2D
Octal 301 126 45 0 67 121 30 23 104 55
Binary 11000001 1010110 100101 0 110111 1010001 11000 10011 1000100 101101

Color Harmonies of #C15625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15625

Black with #C15625

Text Example


Text Example

White with #C15625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15625; }

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

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

background-color css

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

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

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

border-color css

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

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

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