Html Css Color HEX #C4295A Old Rose

📋 copy color: '#C4295A'

red 196 ◦ green 41 ◦ blue 90

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

Shades of Old Rose #C4295A

Tints of Old Rose #C4295A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.54%

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

R = 59.94%
G = 12.54%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4295A (or 0xC4295A) is known color: Old Rose. HEX triplet: C4, 29 and 5A. RGB value is (196,41,90). Sum of RGB (Red+Green+Blue) = 196+41+90=327 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.94% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 90 (35.55% from 255 or 27.52% from 327); Max value from RGB is 196 - color contains mainly: red. Hex color #C4295A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4295A is #3BD6A5. Grayscale: #5C5C5C. Windows color (decimal): -3921574 or 5908932. OLE color: 5908932.

HSL color Cylindrical-coordinate representation of color #C4295A: hue angle of 341.03º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C4295A is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 41 90 -
CMYK 0 0.79 0.54 0.23
HSL 341.03º 0.65% 0.46% -
HSV(B) 341.03º 0.79% 0.77% -
XYZ 25.4 14.06 11.05 -
YUV 92.93 126.35 201.52 -
System Red Green Blue C M Y K H S L
Decimal 196 41 90 0 0.79 0.54 0.23 341.03 0.65 0.46
Hex C4 29 5A 0 4F 36 17 155 41 2E
Octal 304 51 132 0 117 66 27 525 101 56
Binary 11000100 101001 1011010 0 1001111 110110 10111 101010101 1000001 101110

Color Harmonies of #C4295A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4295A

Black with #C4295A

Text Example


Text Example

White with #C4295A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4295A; }

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

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

background-color css

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

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

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

border-color css

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

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

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