Html Css Color HEX #C16431 Christine

📋 copy color: '#C16431'

red 193 ◦ green 100 ◦ blue 49

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

Shades of Christine #C16431

Tints of Christine #C16431

RGB

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

 GREEN value IS 100 (39.45% from 255) = 29.24%

 BLUE value IS 49 (19.53% from 255) = 14.33%

R = 56.43%
G = 29.24%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C16431 (or 0xC16431) is known color: Christine. HEX triplet: C1, 64 and 31. RGB value is (193,100,49). Sum of RGB (Red+Green+Blue) = 193+100+49=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 100 (39.45% from 255 or 29.24% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C16431 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16431 is #3E9BCE. Grayscale: #7A7A7A. Windows color (decimal): -4103119 or 3237057. OLE color: 3237057.

HSL color Cylindrical-coordinate representation of color #C16431: hue angle of 21.25º 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 #C16431 is Cyan = 0, Magento = 0.48, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 100 49 -
CMYK 0 0.48 0.75 0.24
HSL 21.25º 0.6% 0.47% -
HSV(B) 21.25º 0.75% 0.76% -
XYZ 27.1 20.67 5.47 -
YUV 121.99 86.81 178.65 -
System Red Green Blue C M Y K H S L
Decimal 193 100 49 0 0.48 0.75 0.24 21.25 0.6 0.47
Hex C1 64 31 0 30 4B 18 15 3C 2F
Octal 301 144 61 0 60 113 30 25 74 57
Binary 11000001 1100100 110001 0 110000 1001011 11000 10101 111100 101111

Color Harmonies of #C16431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16431

Black with #C16431

Text Example


Text Example

White with #C16431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16431; }

 p { color: rgb(193,100,49); }

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

background-color css

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

 a { background-color: rgb(193,100,49); }

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

border-color css

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

 span { border-color: rgb(193,100,49); }

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