Html Css Color HEX #C25A20 Christine

📋 copy color: '#C25A20'

red 194 ◦ green 90 ◦ blue 32

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

Shades of Christine #C25A20

Tints of Christine #C25A20

RGB

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

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

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

R = 61.39%
G = 28.48%
B = 10.13%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C25A20 (or 0xC25A20) is known color: Christine. HEX triplet: C2, 5A and 20. RGB value is (194,90,32). Sum of RGB (Red+Green+Blue) = 194+90+32=316 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.39% from 316); Green value is 90 (35.55% from 255 or 28.48% from 316); Blue value is 32 (12.89% from 255 or 10.13% from 316); Max value from RGB is 194 - color contains mainly: red. Hex color #C25A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25A20 is #3DA5DF. Grayscale: #727272. Windows color (decimal): -4040160 or 2120386. OLE color: 2120386.

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

Color convert

RGB 194 90 32 -
CMYK 0 0.54 0.84 0.24
HSL 21.48º 0.72% 0.44% -
HSV(B) 21.48º 0.84% 0.76% -
XYZ 26.17 18.89 3.63 -
YUV 114.48 81.46 184.72 -
System Red Green Blue C M Y K H S L
Decimal 194 90 32 0 0.54 0.84 0.24 21.48 0.72 0.44
Hex C2 5A 20 0 36 54 18 15 48 2C
Octal 302 132 40 0 66 124 30 25 110 54
Binary 11000010 1011010 100000 0 110110 1010100 11000 10101 1001000 101100

Color Harmonies of #C25A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25A20

Black with #C25A20

Text Example


Text Example

White with #C25A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25A20; }

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

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

background-color css

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

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

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

border-color css

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

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

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