Html Css Color HEX #C02263 Old Rose

📋 copy color: '#C02263'

red 192 ◦ green 34 ◦ blue 99

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

Shades of Old Rose #C02263

Tints of Old Rose #C02263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.46%

R = 59.08%
G = 10.46%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C02263 (or 0xC02263) is known color: Old Rose. HEX triplet: C0, 22 and 63. RGB value is (192,34,99). Sum of RGB (Red+Green+Blue) = 192+34+99=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 34 (13.67% from 255 or 10.46% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C02263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02263 is #3FDD9C. Grayscale: #585858. Windows color (decimal): -4185501 or 6496960. OLE color: 6496960.

HSL color Cylindrical-coordinate representation of color #C02263: hue angle of 335.32º 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 #C02263 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 34 99 -
CMYK 0 0.82 0.48 0.25
HSL 335.32º 0.7% 0.44% -
HSV(B) 335.32º 0.82% 0.75% -
XYZ 24.56 13.25 13.07 -
YUV 88.65 133.85 201.71 -
System Red Green Blue C M Y K H S L
Decimal 192 34 99 0 0.82 0.48 0.25 335.32 0.7 0.44
Hex C0 22 63 0 52 30 19 14F 46 2C
Octal 300 42 143 0 122 60 31 517 106 54
Binary 11000000 100010 1100011 0 1010010 110000 11001 101001111 1000110 101100

Color Harmonies of #C02263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02263

Black with #C02263

Text Example


Text Example

White with #C02263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02263; }

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

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

background-color css

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

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

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

border-color css

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

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

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