Html Css Color HEX #C02757 Old Rose

📋 copy color: '#C02757'

red 192 ◦ green 39 ◦ blue 87

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

Shades of Old Rose #C02757

Tints of Old Rose #C02757

RGB

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

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

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

R = 60.38%
G = 12.26%
B = 27.36%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C02757 (or 0xC02757) is known color: Old Rose. HEX triplet: C0, 27 and 57. RGB value is (192,39,87). Sum of RGB (Red+Green+Blue) = 192+39+87=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 87 (34.38% from 255 or 27.36% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C02757 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02757 is #3FD8A8. Grayscale: #5A5A5A. Windows color (decimal): -4184233 or 5711808. OLE color: 5711808.

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

Color convert

RGB 192 39 87 -
CMYK 0 0.80 0.55 0.25
HSL 341.18º 0.66% 0.45% -
HSV(B) 341.18º 0.8% 0.75% -
XYZ 24.18 13.35 10.32 -
YUV 90.22 126.19 200.6 -
System Red Green Blue C M Y K H S L
Decimal 192 39 87 0 0.80 0.55 0.25 341.18 0.66 0.45
Hex C0 27 57 0 50 37 19 155 42 2D
Octal 300 47 127 0 120 67 31 525 102 55
Binary 11000000 100111 1010111 0 1010000 110111 11001 101010101 1000010 101101

Color Harmonies of #C02757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02757

Black with #C02757

Text Example


Text Example

White with #C02757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02757; }

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

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

background-color css

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

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

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

border-color css

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

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

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