Html Css Color HEX #C4285E Old Rose

📋 copy color: '#C4285E'

red 196 ◦ green 40 ◦ blue 94

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

Shades of Old Rose #C4285E

Tints of Old Rose #C4285E

RGB

 RED value IS 196 (76.95% from 255) = 59.39%

 GREEN value IS 40 (16.02% from 255) = 12.12%

 BLUE value IS 94 (37.11% from 255) = 28.48%

R = 59.39%
G = 12.12%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.52

 K value IS 0.23

RGB Variations

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

Color information

#C4285E (or 0xC4285E) is known color: Old Rose. HEX triplet: C4, 28 and 5E. RGB value is (196,40,94). Sum of RGB (Red+Green+Blue) = 196+40+94=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 40 (16.02% from 255 or 12.12% from 330); Blue value is 94 (37.11% from 255 or 28.48% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C4285E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4285E is #3BD7A1. Grayscale: #5C5C5C. Windows color (decimal): -3921826 or 6170820. OLE color: 6170820.

HSL color Cylindrical-coordinate representation of color #C4285E: hue angle of 339.23º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C4285E is Cyan = 0, Magento = 0.80, Yellow = 0.52 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 40 94 -
CMYK 0 0.80 0.52 0.23
HSL 339.23º 0.66% 0.46% -
HSV(B) 339.23º 0.8% 0.77% -
XYZ 25.54 14.06 11.96 -
YUV 92.8 128.68 201.61 -
System Red Green Blue C M Y K H S L
Decimal 196 40 94 0 0.80 0.52 0.23 339.23 0.66 0.46
Hex C4 28 5E 0 50 34 17 153 42 2E
Octal 304 50 136 0 120 64 27 523 102 56
Binary 11000100 101000 1011110 0 1010000 110100 10111 101010011 1000010 101110

Color Harmonies of #C4285E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4285E

Black with #C4285E

Text Example


Text Example

White with #C4285E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4285E; }

 p { color: rgb(196,40,94); }

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

background-color css

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

 a { background-color: rgb(196,40,94); }

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

border-color css

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

 span { border-color: rgb(196,40,94); }

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