Html Css Color HEX #C15522 Christine

📋 copy color: '#C15522'

red 193 ◦ green 85 ◦ blue 34

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

Shades of Christine #C15522

Tints of Christine #C15522

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.24%

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

R = 61.86%
G = 27.24%
B = 10.9%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C15522 (or 0xC15522) is known color: Christine. HEX triplet: C1, 55 and 22. RGB value is (193,85,34). Sum of RGB (Red+Green+Blue) = 193+85+34=312 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.86% from 312); Green value is 85 (33.59% from 255 or 27.24% from 312); Blue value is 34 (13.67% from 255 or 10.90% from 312); Max value from RGB is 193 - color contains mainly: red. Hex color #C15522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15522 is #3EAADD. Grayscale: #6F6F6F. Windows color (decimal): -4106974 or 2250177. OLE color: 2250177.

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

Color convert

RGB 193 85 34 -
CMYK 0 0.56 0.82 0.24
HSL 19.25º 0.7% 0.45% -
HSV(B) 19.25º 0.82% 0.76% -
XYZ 25.53 17.95 3.63 -
YUV 111.48 84.28 186.15 -
System Red Green Blue C M Y K H S L
Decimal 193 85 34 0 0.56 0.82 0.24 19.25 0.7 0.45
Hex C1 55 22 0 38 52 18 13 46 2D
Octal 301 125 42 0 70 122 30 23 106 55
Binary 11000001 1010101 100010 0 111000 1010010 11000 10011 1000110 101101

Color Harmonies of #C15522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C15522

Black with #C15522

Text Example


Text Example

White with #C15522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C15522; }

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

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

background-color css

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

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

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

border-color css

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

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

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