Html Css Color HEX #C02649 Old Rose

📋 copy color: '#C02649'

red 192 ◦ green 38 ◦ blue 73

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

Shades of Old Rose #C02649

Tints of Old Rose #C02649

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 24.09%

R = 63.37%
G = 12.54%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C02649 (or 0xC02649) is known color: Old Rose. HEX triplet: C0, 26 and 49. RGB value is (192,38,73). Sum of RGB (Red+Green+Blue) = 192+38+73=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 73 (28.91% from 255 or 24.09% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C02649 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02649 is #3FD9B6. Grayscale: #585858. Windows color (decimal): -4184503 or 4794048. OLE color: 4794048.

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

Color convert

RGB 192 38 73 -
CMYK 0 0.80 0.62 0.25
HSL 346.36º 0.67% 0.45% -
HSV(B) 346.36º 0.8% 0.75% -
XYZ 23.63 13.07 7.58 -
YUV 88.04 119.52 202.15 -
System Red Green Blue C M Y K H S L
Decimal 192 38 73 0 0.80 0.62 0.25 346.36 0.67 0.45
Hex C0 26 49 0 50 3E 19 15A 43 2D
Octal 300 46 111 0 120 76 31 532 103 55
Binary 11000000 100110 1001001 0 1010000 111110 11001 101011010 1000011 101101

Color Harmonies of #C02649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02649

Black with #C02649

Text Example


Text Example

White with #C02649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02649; }

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

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

background-color css

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

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

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

border-color css

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

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

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