Html Css Color HEX #C03057 Old Rose

📋 copy color: '#C03057'

red 192 ◦ green 48 ◦ blue 87

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

Shades of Old Rose #C03057

Tints of Old Rose #C03057

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.68%

 BLUE value IS 87 (34.38% from 255) = 26.61%

R = 58.72%
G = 14.68%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C03057 (or 0xC03057) is known color: Old Rose. HEX triplet: C0, 30 and 57. RGB value is (192,48,87). Sum of RGB (Red+Green+Blue) = 192+48+87=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 87 (34.38% from 255 or 26.61% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C03057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03057 is #3FCFA8. Grayscale: #5F5F5F. Windows color (decimal): -4181929 or 5714112. OLE color: 5714112.

HSL color Cylindrical-coordinate representation of color #C03057: hue angle of 343.75º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03057 is Cyan = 0, Magento = 0.75, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 48 87 -
CMYK 0 0.75 0.55 0.25
HSL 343.75º 0.6% 0.47% -
HSV(B) 343.75º 0.75% 0.75% -
XYZ 24.52 14.01 10.43 -
YUV 95.5 123.21 196.83 -
System Red Green Blue C M Y K H S L
Decimal 192 48 87 0 0.75 0.55 0.25 343.75 0.6 0.47
Hex C0 30 57 0 4B 37 19 158 3C 2F
Octal 300 60 127 0 113 67 31 530 74 57
Binary 11000000 110000 1010111 0 1001011 110111 11001 101011000 111100 101111

Color Harmonies of #C03057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C03057

Black with #C03057

Text Example


Text Example

White with #C03057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C03057; }

 p { color: rgb(192,48,87); }

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

background-color css

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

 a { background-color: rgb(192,48,87); }

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

border-color css

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

 span { border-color: rgb(192,48,87); }

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