Html Css Color HEX #C4285B Old Rose

📋 copy color: '#C4285B'

red 196 ◦ green 40 ◦ blue 91

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

Shades of Old Rose #C4285B

Tints of Old Rose #C4285B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 27.83%

R = 59.94%
G = 12.23%
B = 27.83%

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

#C4285B (or 0xC4285B) is known color: Old Rose. HEX triplet: C4, 28 and 5B. RGB value is (196,40,91). Sum of RGB (Red+Green+Blue) = 196+40+91=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 91 (35.94% from 255 or 27.83% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C4285B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4285B is #3BD7A4. Grayscale: #5C5C5C. Windows color (decimal): -3921829 or 5974212. OLE color: 5974212.

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

Color convert

RGB 196 40 91 -
CMYK 0 0.80 0.54 0.23
HSL 340.38º 0.66% 0.46% -
HSV(B) 340.38º 0.8% 0.77% -
XYZ 25.41 14.01 11.26 -
YUV 92.46 127.18 201.85 -
System Red Green Blue C M Y K H S L
Decimal 196 40 91 0 0.80 0.54 0.23 340.38 0.66 0.46
Hex C4 28 5B 0 50 36 17 154 42 2E
Octal 304 50 133 0 120 66 27 524 102 56
Binary 11000100 101000 1011011 0 1010000 110110 10111 101010100 1000010 101110

Color Harmonies of #C4285B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4285B

Black with #C4285B

Text Example


Text Example

White with #C4285B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4285B; }

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

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

background-color css

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

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

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

border-color css

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

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

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