Html Css Color HEX #C16535 Christine

📋 copy color: '#C16535'

red 193 ◦ green 101 ◦ blue 53

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

Shades of Christine #C16535

Tints of Christine #C16535

RGB

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

 GREEN value IS 101 (39.84% from 255) = 29.11%

 BLUE value IS 53 (21.09% from 255) = 15.27%

R = 55.62%
G = 29.11%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#C16535 (or 0xC16535) is known color: Christine. HEX triplet: C1, 65 and 35. RGB value is (193,101,53). Sum of RGB (Red+Green+Blue) = 193+101+53=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C16535 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16535 is #3E9ACA. Grayscale: #7B7B7B. Windows color (decimal): -4102859 or 3499457. OLE color: 3499457.

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

Color convert

RGB 193 101 53 -
CMYK 0 0.48 0.73 0.24
HSL 20.57º 0.57% 0.48% -
HSV(B) 20.57º 0.73% 0.76% -
XYZ 27.29 20.9 5.96 -
YUV 123.04 88.48 177.9 -
System Red Green Blue C M Y K H S L
Decimal 193 101 53 0 0.48 0.73 0.24 20.57 0.57 0.48
Hex C1 65 35 0 30 49 18 15 39 30
Octal 301 145 65 0 60 111 30 25 71 60
Binary 11000001 1100101 110101 0 110000 1001001 11000 10101 111001 110000

Color Harmonies of #C16535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16535

Black with #C16535

Text Example


Text Example

White with #C16535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16535; }

 p { color: rgb(193,101,53); }

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

background-color css

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

 a { background-color: rgb(193,101,53); }

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

border-color css

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

 span { border-color: rgb(193,101,53); }

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