Html Css Color HEX #C0225A Old Rose

📋 copy color: '#C0225A'

red 192 ◦ green 34 ◦ blue 90

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

Shades of Old Rose #C0225A

Tints of Old Rose #C0225A

RGB

 RED value IS 192 (75.39% from 255) = 60.76%

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

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

R = 60.76%
G = 10.76%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.53

 K value IS 0.25

RGB Variations

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

Color information

#C0225A (or 0xC0225A) is known color: Old Rose. HEX triplet: C0, 22 and 5A. RGB value is (192,34,90). Sum of RGB (Red+Green+Blue) = 192+34+90=316 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.76% from 316); Green value is 34 (13.67% from 255 or 10.76% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 192 - color contains mainly: red. Hex color #C0225A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0225A is #3FDDA5. Grayscale: #575757. Windows color (decimal): -4185510 or 5907136. OLE color: 5907136.

HSL color Cylindrical-coordinate representation of color #C0225A: hue angle of 338.73º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0225A is Cyan = 0, Magento = 0.82, Yellow = 0.53 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 34 90 -
CMYK 0 0.82 0.53 0.25
HSL 338.73º 0.7% 0.44% -
HSV(B) 338.73º 0.82% 0.75% -
XYZ 24.16 13.09 10.93 -
YUV 87.63 129.35 202.45 -
System Red Green Blue C M Y K H S L
Decimal 192 34 90 0 0.82 0.53 0.25 338.73 0.7 0.44
Hex C0 22 5A 0 52 35 19 153 46 2C
Octal 300 42 132 0 122 65 31 523 106 54
Binary 11000000 100010 1011010 0 1010010 110101 11001 101010011 1000110 101100

Color Harmonies of #C0225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0225A

Black with #C0225A

Text Example


Text Example

White with #C0225A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0225A; }

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

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

background-color css

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

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

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

border-color css

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

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

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