Html Css Color HEX #C16630 Christine

📋 copy color: '#C16630'

red 193 ◦ green 102 ◦ blue 48

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

Shades of Christine #C16630

Tints of Christine #C16630

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.74%

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

R = 56.27%
G = 29.74%
B = 13.99%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C16630 (or 0xC16630) is known color: Christine. HEX triplet: C1, 66 and 30. RGB value is (193,102,48). Sum of RGB (Red+Green+Blue) = 193+102+48=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 102 (40.23% from 255 or 29.74% from 343); Blue value is 48 (19.14% from 255 or 13.99% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C16630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16630 is #3E99CF. Grayscale: #7B7B7B. Windows color (decimal): -4102608 or 3172033. OLE color: 3172033.

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

Color convert

RGB 193 102 48 -
CMYK 0 0.47 0.75 0.24
HSL 22.34º 0.6% 0.47% -
HSV(B) 22.34º 0.75% 0.76% -
XYZ 27.28 21.05 5.42 -
YUV 123.05 85.65 177.89 -
System Red Green Blue C M Y K H S L
Decimal 193 102 48 0 0.47 0.75 0.24 22.34 0.6 0.47
Hex C1 66 30 0 2F 4B 18 16 3C 2F
Octal 301 146 60 0 57 113 30 26 74 57
Binary 11000001 1100110 110000 0 101111 1001011 11000 10110 111100 101111

Color Harmonies of #C16630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16630

Black with #C16630

Text Example


Text Example

White with #C16630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16630; }

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

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

background-color css

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

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

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

border-color css

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

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

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