Html Css Color HEX #C15A22 Christine

📋 copy color: '#C15A22'

red 193 ◦ green 90 ◦ blue 34

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

Shades of Christine #C15A22

Tints of Christine #C15A22

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.39%

 BLUE value IS 34 (13.67% from 255) = 10.73%

R = 60.88%
G = 28.39%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C15A22 (or 0xC15A22) is known color: Christine. HEX triplet: C1, 5A and 22. RGB value is (193,90,34). Sum of RGB (Red+Green+Blue) = 193+90+34=317 (41% of max value = 765). Red value is 193 (75.78% from 255 or 60.88% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 34 (13.67% from 255 or 10.73% from 317); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15A22 is #3EA5DD. Grayscale: #727272. Windows color (decimal): -4105694 or 2251457. OLE color: 2251457.

HSL color Cylindrical-coordinate representation of color #C15A22: hue angle of 21.13º degrees, saturation: 0.7, 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 #C15A22 is Cyan = 0, Magento = 0.53, Yellow = 0.82 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 90 34 -
CMYK 0 0.53 0.82 0.24
HSL 21.13º 0.7% 0.45% -
HSV(B) 21.13º 0.82% 0.76% -
XYZ 25.94 18.77 3.77 -
YUV 114.41 82.62 184.05 -
System Red Green Blue C M Y K H S L
Decimal 193 90 34 0 0.53 0.82 0.24 21.13 0.7 0.45
Hex C1 5A 22 0 35 52 18 15 46 2D
Octal 301 132 42 0 65 122 30 25 106 55
Binary 11000001 1011010 100010 0 110101 1010010 11000 10101 1000110 101101

Color Harmonies of #C15A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15A22

Black with #C15A22

Text Example


Text Example

White with #C15A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15A22; }

 p { color: rgb(193,90,34); }

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

background-color css

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

 a { background-color: rgb(193,90,34); }

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

border-color css

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

 span { border-color: rgb(193,90,34); }

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