Html Css Color HEX #C15F2E Christine

📋 copy color: '#C15F2E'

red 193 ◦ green 95 ◦ blue 46

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

Shades of Christine #C15F2E

Tints of Christine #C15F2E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.44%

 BLUE value IS 46 (18.36% from 255) = 13.77%

R = 57.78%
G = 28.44%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#C15F2E (or 0xC15F2E) is known color: Christine. HEX triplet: C1, 5F and 2E. RGB value is (193,95,46). Sum of RGB (Red+Green+Blue) = 193+95+46=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15F2E is #3EA0D1. Grayscale: #777777. Windows color (decimal): -4104402 or 3039169. OLE color: 3039169.

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

Color convert

RGB 193 95 46 -
CMYK 0 0.51 0.76 0.24
HSL 20º 0.62% 0.47% -
HSV(B) 20º 0.76% 0.76% -
XYZ 26.58 19.72 4.99 -
YUV 118.72 86.97 180.98 -
System Red Green Blue C M Y K H S L
Decimal 193 95 46 0 0.51 0.76 0.24 20 0.62 0.47
Hex C1 5F 2E 0 33 4C 18 14 3E 2F
Octal 301 137 56 0 63 114 30 24 76 57
Binary 11000001 1011111 101110 0 110011 1001100 11000 10100 111110 101111

Color Harmonies of #C15F2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15F2E

Black with #C15F2E

Text Example


Text Example

White with #C15F2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15F2E; }

 p { color: rgb(193,95,46); }

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

background-color css

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

 a { background-color: rgb(193,95,46); }

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

border-color css

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

 span { border-color: rgb(193,95,46); }

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