Html Css Color HEX #C15C1F Christine

📋 copy color: '#C15C1F'

red 193 ◦ green 92 ◦ blue 31

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

Shades of Christine #C15C1F

Tints of Christine #C15C1F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 29.11%

 BLUE value IS 31 (12.5% from 255) = 9.81%

R = 61.08%
G = 29.11%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C15C1F (or 0xC15C1F) is known color: Christine. HEX triplet: C1, 5C and 1F. RGB value is (193,92,31). Sum of RGB (Red+Green+Blue) = 193+92+31=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 92 (36.33% from 255 or 29.11% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C15C1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15C1F is #3EA3E0. Grayscale: #737373. Windows color (decimal): -4105185 or 2055361. OLE color: 2055361.

HSL color Cylindrical-coordinate representation of color #C15C1F: hue angle of 22.59º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C15C1F is Cyan = 0, Magento = 0.52, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 92 31 -
CMYK 0 0.52 0.84 0.24
HSL 22.59º 0.72% 0.44% -
HSV(B) 22.59º 0.84% 0.76% -
XYZ 26.07 19.09 3.61 -
YUV 115.25 80.46 183.46 -
System Red Green Blue C M Y K H S L
Decimal 193 92 31 0 0.52 0.84 0.24 22.59 0.72 0.44
Hex C1 5C 1F 0 34 54 18 17 48 2C
Octal 301 134 37 0 64 124 30 27 110 54
Binary 11000001 1011100 11111 0 110100 1010100 11000 10111 1001000 101100

Color Harmonies of #C15C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15C1F

Black with #C15C1F

Text Example


Text Example

White with #C15C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15C1F; }

 p { color: rgb(193,92,31); }

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

background-color css

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

 a { background-color: rgb(193,92,31); }

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

border-color css

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

 span { border-color: rgb(193,92,31); }

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