Html Css Color HEX #C4225A Old Rose

📋 copy color: '#C4225A'

red 196 ◦ green 34 ◦ blue 90

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

Shades of Old Rose #C4225A

Tints of Old Rose #C4225A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.63%

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

R = 61.25%
G = 10.63%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.54

 K value IS 0.23

RGB Variations

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

Color information

#C4225A (or 0xC4225A) is known color: Old Rose. HEX triplet: C4, 22 and 5A. RGB value is (196,34,90). Sum of RGB (Red+Green+Blue) = 196+34+90=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C4225A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4225A is #3BDDA5. Grayscale: #585858. Windows color (decimal): -3923366 or 5907140. OLE color: 5907140.

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

Color convert

RGB 196 34 90 -
CMYK 0 0.83 0.54 0.23
HSL 339.26º 0.7% 0.45% -
HSV(B) 339.26º 0.83% 0.77% -
XYZ 25.18 13.62 10.97 -
YUV 88.82 128.67 204.45 -
System Red Green Blue C M Y K H S L
Decimal 196 34 90 0 0.83 0.54 0.23 339.26 0.7 0.45
Hex C4 22 5A 0 53 36 17 153 46 2D
Octal 304 42 132 0 123 66 27 523 106 55
Binary 11000100 100010 1011010 0 1010011 110110 10111 101010011 1000110 101101

Color Harmonies of #C4225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4225A

Black with #C4225A

Text Example


Text Example

White with #C4225A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4225A; }

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

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

background-color css

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

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

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

border-color css

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

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

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