Html Css Color HEX #C16130 Christine

📋 copy color: '#C16130'

red 193 ◦ green 97 ◦ blue 48

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

Shades of Christine #C16130

Tints of Christine #C16130

RGB

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

 GREEN value IS 97 (38.28% from 255) = 28.7%

 BLUE value IS 48 (19.14% from 255) = 14.2%

R = 57.1%
G = 28.7%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C16130 (or 0xC16130) is known color: Christine. HEX triplet: C1, 61 and 30. RGB value is (193,97,48). Sum of RGB (Red+Green+Blue) = 193+97+48=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 48 (19.14% from 255 or 14.20% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C16130 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16130 is #3E9ECF. Grayscale: #787878. Windows color (decimal): -4103888 or 3170753. OLE color: 3170753.

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

Color convert

RGB 193 97 48 -
CMYK 0 0.50 0.75 0.24
HSL 20.28º 0.6% 0.47% -
HSV(B) 20.28º 0.75% 0.76% -
XYZ 26.8 20.1 5.26 -
YUV 120.12 87.3 179.98 -
System Red Green Blue C M Y K H S L
Decimal 193 97 48 0 0.50 0.75 0.24 20.28 0.6 0.47
Hex C1 61 30 0 32 4B 18 14 3C 2F
Octal 301 141 60 0 62 113 30 24 74 57
Binary 11000001 1100001 110000 0 110010 1001011 11000 10100 111100 101111

Color Harmonies of #C16130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16130

Black with #C16130

Text Example


Text Example

White with #C16130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16130; }

 p { color: rgb(193,97,48); }

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

background-color css

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

 a { background-color: rgb(193,97,48); }

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

border-color css

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

 span { border-color: rgb(193,97,48); }

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