Html Css Color HEX #C02663 Old Rose

📋 copy color: '#C02663'

red 192 ◦ green 38 ◦ blue 99

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

Shades of Old Rose #C02663

Tints of Old Rose #C02663

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.55%

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

R = 58.36%
G = 11.55%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.48

 K value IS 0.25

RGB Variations

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

Color information

#C02663 (or 0xC02663) is known color: Old Rose. HEX triplet: C0, 26 and 63. RGB value is (192,38,99). Sum of RGB (Red+Green+Blue) = 192+38+99=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 38 (15.23% from 255 or 11.55% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C02663 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02663 is #3FD99C. Grayscale: #5A5A5A. Windows color (decimal): -4184477 or 6497984. OLE color: 6497984.

HSL color Cylindrical-coordinate representation of color #C02663: hue angle of 336.23º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C02663 is Cyan = 0, Magento = 0.80, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 38 99 -
CMYK 0 0.80 0.48 0.25
HSL 336.23º 0.67% 0.45% -
HSV(B) 336.23º 0.8% 0.75% -
XYZ 24.68 13.49 13.11 -
YUV 91 132.52 200.04 -
System Red Green Blue C M Y K H S L
Decimal 192 38 99 0 0.80 0.48 0.25 336.23 0.67 0.45
Hex C0 26 63 0 50 30 19 150 43 2D
Octal 300 46 143 0 120 60 31 520 103 55
Binary 11000000 100110 1100011 0 1010000 110000 11001 101010000 1000011 101101

Color Harmonies of #C02663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02663

Black with #C02663

Text Example


Text Example

White with #C02663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02663; }

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

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

background-color css

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

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

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

border-color css

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

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

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