Html Css Color HEX #C02748 Old Rose

📋 copy color: '#C02748'

red 192 ◦ green 39 ◦ blue 72

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

Shades of Old Rose #C02748

Tints of Old Rose #C02748

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.87%

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

R = 63.37%
G = 12.87%
B = 23.76%

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

#C02748 (or 0xC02748) is known color: Old Rose. HEX triplet: C0, 27 and 48. RGB value is (192,39,72). Sum of RGB (Red+Green+Blue) = 192+39+72=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C02748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02748 is #3FD8B7. Grayscale: #585858. Windows color (decimal): -4184248 or 4728768. OLE color: 4728768.

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

Color convert

RGB 192 39 72 -
CMYK 0 0.80 0.63 0.25
HSL 347.06º 0.66% 0.45% -
HSV(B) 347.06º 0.8% 0.75% -
XYZ 23.63 13.13 7.42 -
YUV 88.51 118.69 201.82 -
System Red Green Blue C M Y K H S L
Decimal 192 39 72 0 0.80 0.63 0.25 347.06 0.66 0.45
Hex C0 27 48 0 50 3F 19 15B 42 2D
Octal 300 47 110 0 120 77 31 533 102 55
Binary 11000000 100111 1001000 0 1010000 111111 11001 101011011 1000010 101101

Color Harmonies of #C02748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02748

Black with #C02748

Text Example


Text Example

White with #C02748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02748; }

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

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

background-color css

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

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

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

border-color css

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

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

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