Html Css Color HEX #C16225 Christine

📋 copy color: '#C16225'

red 193 ◦ green 98 ◦ blue 37

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

Shades of Christine #C16225

Tints of Christine #C16225

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.28%

R = 58.84%
G = 29.88%
B = 11.28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#C16225 (or 0xC16225) is known color: Christine. HEX triplet: C1, 62 and 25. RGB value is (193,98,37). Sum of RGB (Red+Green+Blue) = 193+98+37=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 37 (14.84% from 255 or 11.28% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C16225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16225 is #3E9DDA. Grayscale: #777777. Windows color (decimal): -4103643 or 2450113. OLE color: 2450113.

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

Color convert

RGB 193 98 37 -
CMYK 0 0.49 0.81 0.24
HSL 23.46º 0.68% 0.45% -
HSV(B) 23.46º 0.81% 0.76% -
XYZ 26.69 20.21 4.24 -
YUV 119.45 81.47 180.46 -
System Red Green Blue C M Y K H S L
Decimal 193 98 37 0 0.49 0.81 0.24 23.46 0.68 0.45
Hex C1 62 25 0 31 51 18 17 44 2D
Octal 301 142 45 0 61 121 30 27 104 55
Binary 11000001 1100010 100101 0 110001 1010001 11000 10111 1000100 101101

Color Harmonies of #C16225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C16225

Black with #C16225

Text Example


Text Example

White with #C16225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C16225; }

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

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

background-color css

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

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

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

border-color css

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

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

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