Html Css Color HEX #C15F2F Christine

📋 copy color: '#C15F2F'

red 193 ◦ green 95 ◦ blue 47

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

Shades of Christine #C15F2F

Tints of Christine #C15F2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.03%

R = 57.61%
G = 28.36%
B = 14.03%

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

#C15F2F (or 0xC15F2F) is known color: Christine. HEX triplet: C1, 5F and 2F. RGB value is (193,95,47). Sum of RGB (Red+Green+Blue) = 193+95+47=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 95 (37.5% from 255 or 28.36% from 335); Blue value is 47 (18.75% from 255 or 14.03% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F2F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15F2F is #3EA0D0. Grayscale: #777777. Windows color (decimal): -4104401 or 3104705. OLE color: 3104705.

HSL color Cylindrical-coordinate representation of color #C15F2F: hue angle of 19.73º degrees, saturation: 0.61, 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 #C15F2F is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 95 47 -
CMYK 0 0.51 0.76 0.24
HSL 19.73º 0.61% 0.47% -
HSV(B) 19.73º 0.76% 0.76% -
XYZ 26.6 19.73 5.1 -
YUV 118.83 87.47 180.9 -
System Red Green Blue C M Y K H S L
Decimal 193 95 47 0 0.51 0.76 0.24 19.73 0.61 0.47
Hex C1 5F 2F 0 33 4C 18 14 3D 2F
Octal 301 137 57 0 63 114 30 24 75 57
Binary 11000001 1011111 101111 0 110011 1001100 11000 10100 111101 101111

Color Harmonies of #C15F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15F2F

Black with #C15F2F

Text Example


Text Example

White with #C15F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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