Html Css Color HEX #C16223 Christine

📋 copy color: '#C16223'

red 193 ◦ green 98 ◦ blue 35

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

Shades of Christine #C16223

Tints of Christine #C16223

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.06%

 BLUE value IS 35 (14.06% from 255) = 10.74%

R = 59.2%
G = 30.06%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C16223 (or 0xC16223) is known color: Christine. HEX triplet: C1, 62 and 23. RGB value is (193,98,35). Sum of RGB (Red+Green+Blue) = 193+98+35=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C16223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16223 is #3E9DDC. Grayscale: #777777. Windows color (decimal): -4103645 or 2319041. OLE color: 2319041.

HSL color Cylindrical-coordinate representation of color #C16223: hue angle of 23.92º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C16223 is Cyan = 0, Magento = 0.49, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 98 35 -
CMYK 0 0.49 0.82 0.24
HSL 23.92º 0.69% 0.45% -
HSV(B) 23.92º 0.82% 0.76% -
XYZ 26.66 20.19 4.08 -
YUV 119.22 80.47 180.62 -
System Red Green Blue C M Y K H S L
Decimal 193 98 35 0 0.49 0.82 0.24 23.92 0.69 0.45
Hex C1 62 23 0 31 52 18 18 45 2D
Octal 301 142 43 0 61 122 30 30 105 55
Binary 11000001 1100010 100011 0 110001 1010010 11000 11000 1000101 101101

Color Harmonies of #C16223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16223

Black with #C16223

Text Example


Text Example

White with #C16223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16223; }

 p { color: rgb(193,98,35); }

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

background-color css

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

 a { background-color: rgb(193,98,35); }

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

border-color css

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

 span { border-color: rgb(193,98,35); }

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