Html Css Color HEX #C25520 Christine

📋 copy color: '#C25520'

red 194 ◦ green 85 ◦ blue 32

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

Shades of Christine #C25520

Tints of Christine #C25520

RGB

 RED value IS 194 (76.17% from 255) = 62.38%

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

 BLUE value IS 32 (12.89% from 255) = 10.29%

R = 62.38%
G = 27.33%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C25520 (or 0xC25520) is known color: Christine. HEX triplet: C2, 55 and 20. RGB value is (194,85,32). Sum of RGB (Red+Green+Blue) = 194+85+32=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 85 (33.59% from 255 or 27.33% from 311); Blue value is 32 (12.89% from 255 or 10.29% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C25520 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25520 is #3DAADF. Grayscale: #6F6F6F. Windows color (decimal): -4041440 or 2119106. OLE color: 2119106.

HSL color Cylindrical-coordinate representation of color #C25520: hue angle of 19.63º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C25520 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 85 32 -
CMYK 0 0.56 0.84 0.24
HSL 19.63º 0.72% 0.44% -
HSV(B) 19.63º 0.84% 0.76% -
XYZ 25.76 18.07 3.5 -
YUV 111.55 83.11 186.81 -
System Red Green Blue C M Y K H S L
Decimal 194 85 32 0 0.56 0.84 0.24 19.63 0.72 0.44
Hex C2 55 20 0 38 54 18 14 48 2C
Octal 302 125 40 0 70 124 30 24 110 54
Binary 11000010 1010101 100000 0 111000 1010100 11000 10100 1001000 101100

Color Harmonies of #C25520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25520

Black with #C25520

Text Example


Text Example

White with #C25520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25520; }

 p { color: rgb(194,85,32); }

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

background-color css

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

 a { background-color: rgb(194,85,32); }

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

border-color css

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

 span { border-color: rgb(194,85,32); }

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