Html Css Color HEX #C15E2D Christine

📋 copy color: '#C15E2D'

red 193 ◦ green 94 ◦ blue 45

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

Shades of Christine #C15E2D

Tints of Christine #C15E2D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 28.31%

 BLUE value IS 45 (17.97% from 255) = 13.55%

R = 58.13%
G = 28.31%
B = 13.55%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#C15E2D (or 0xC15E2D) is known color: Christine. HEX triplet: C1, 5E and 2D. RGB value is (193,94,45). Sum of RGB (Red+Green+Blue) = 193+94+45=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C15E2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15E2D is #3EA1D2. Grayscale: #767676. Windows color (decimal): -4104659 or 2973377. OLE color: 2973377.

HSL color Cylindrical-coordinate representation of color #C15E2D: hue angle of 19.86º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C15E2D is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 94 45 -
CMYK 0 0.51 0.77 0.24
HSL 19.86º 0.62% 0.47% -
HSV(B) 19.86º 0.77% 0.76% -
XYZ 26.47 19.53 4.86 -
YUV 118.02 86.8 181.48 -
System Red Green Blue C M Y K H S L
Decimal 193 94 45 0 0.51 0.77 0.24 19.86 0.62 0.47
Hex C1 5E 2D 0 33 4D 18 14 3E 2F
Octal 301 136 55 0 63 115 30 24 76 57
Binary 11000001 1011110 101101 0 110011 1001101 11000 10100 111110 101111

Color Harmonies of #C15E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15E2D

Black with #C15E2D

Text Example


Text Example

White with #C15E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15E2D; }

 p { color: rgb(193,94,45); }

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

background-color css

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

 a { background-color: rgb(193,94,45); }

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

border-color css

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

 span { border-color: rgb(193,94,45); }

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