Html Css Color HEX #C02648 Old Rose

📋 copy color: '#C02648'

red 192 ◦ green 38 ◦ blue 72

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

Shades of Old Rose #C02648

Tints of Old Rose #C02648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 23.84%

R = 63.58%
G = 12.58%
B = 23.84%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.63

 K value IS 0.25

RGB Variations

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

Color information

#C02648 (or 0xC02648) is known color: Old Rose. HEX triplet: C0, 26 and 48. RGB value is (192,38,72). Sum of RGB (Red+Green+Blue) = 192+38+72=302 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.58% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 192 - color contains mainly: red. Hex color #C02648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02648 is #3FD9B7. Grayscale: #575757. Windows color (decimal): -4184504 or 4728512. OLE color: 4728512.

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

Color convert

RGB 192 38 72 -
CMYK 0 0.80 0.63 0.25
HSL 346.75º 0.67% 0.45% -
HSV(B) 346.75º 0.8% 0.75% -
XYZ 23.6 13.06 7.41 -
YUV 87.92 119.02 202.24 -
System Red Green Blue C M Y K H S L
Decimal 192 38 72 0 0.80 0.63 0.25 346.75 0.67 0.45
Hex C0 26 48 0 50 3F 19 15B 43 2D
Octal 300 46 110 0 120 77 31 533 103 55
Binary 11000000 100110 1001000 0 1010000 111111 11001 101011011 1000011 101101

Color Harmonies of #C02648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02648

Black with #C02648

Text Example


Text Example

White with #C02648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02648; }

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

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

background-color css

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

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

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

border-color css

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

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

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