Html Css Color HEX #C25E20 Christine

📋 copy color: '#C25E20'

red 194 ◦ green 94 ◦ blue 32

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

Shades of Christine #C25E20

Tints of Christine #C25E20

RGB

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

 GREEN value IS 94 (37.11% from 255) = 29.38%

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

R = 60.63%
G = 29.38%
B = 10%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C25E20 (or 0xC25E20) is known color: Christine. HEX triplet: C2, 5E and 20. RGB value is (194,94,32). Sum of RGB (Red+Green+Blue) = 194+94+32=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 94 (37.11% from 255 or 29.38% from 320); Blue value is 32 (12.89% from 255 or 10% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C25E20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C25E20 is #3DA1DF. Grayscale: #757575. Windows color (decimal): -4039136 or 2121410. OLE color: 2121410.

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

Color convert

RGB 194 94 32 -
CMYK 0 0.52 0.84 0.24
HSL 22.96º 0.72% 0.44% -
HSV(B) 22.96º 0.84% 0.76% -
XYZ 26.51 19.58 3.75 -
YUV 116.83 80.13 183.04 -
System Red Green Blue C M Y K H S L
Decimal 194 94 32 0 0.52 0.84 0.24 22.96 0.72 0.44
Hex C2 5E 20 0 34 54 18 17 48 2C
Octal 302 136 40 0 64 124 30 27 110 54
Binary 11000010 1011110 100000 0 110100 1010100 11000 10111 1001000 101100

Color Harmonies of #C25E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C25E20

Black with #C25E20

Text Example


Text Example

White with #C25E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C25E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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