Html Css Color HEX #C4285A Old Rose

📋 copy color: '#C4285A'

red 196 ◦ green 40 ◦ blue 90

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

Shades of Old Rose #C4285A

Tints of Old Rose #C4285A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 27.61%

R = 60.12%
G = 12.27%
B = 27.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4285A (or 0xC4285A) is known color: Old Rose. HEX triplet: C4, 28 and 5A. RGB value is (196,40,90). Sum of RGB (Red+Green+Blue) = 196+40+90=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 90 (35.55% from 255 or 27.61% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C4285A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4285A is #3BD7A5. Grayscale: #5C5C5C. Windows color (decimal): -3921830 or 5908676. OLE color: 5908676.

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

Color convert

RGB 196 40 90 -
CMYK 0 0.80 0.54 0.23
HSL 340.77º 0.66% 0.46% -
HSV(B) 340.77º 0.8% 0.77% -
XYZ 25.37 13.99 11.04 -
YUV 92.34 126.68 201.93 -
System Red Green Blue C M Y K H S L
Decimal 196 40 90 0 0.80 0.54 0.23 340.77 0.66 0.46
Hex C4 28 5A 0 50 36 17 155 42 2E
Octal 304 50 132 0 120 66 27 525 102 56
Binary 11000100 101000 1011010 0 1010000 110110 10111 101010101 1000010 101110

Color Harmonies of #C4285A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4285A

Black with #C4285A

Text Example


Text Example

White with #C4285A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4285A; }

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

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

background-color css

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

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

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

border-color css

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

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

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