Html Css Color HEX #C02357 Old Rose

📋 copy color: '#C02357'

red 192 ◦ green 35 ◦ blue 87

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

Shades of Old Rose #C02357

Tints of Old Rose #C02357

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.15%

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

R = 61.15%
G = 11.15%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C02357 (or 0xC02357) is known color: Old Rose. HEX triplet: C0, 23 and 57. RGB value is (192,35,87). Sum of RGB (Red+Green+Blue) = 192+35+87=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 35 (14.06% from 255 or 11.15% from 314); Blue value is 87 (34.38% from 255 or 27.71% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C02357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02357 is #3FDCA8. Grayscale: #575757. Windows color (decimal): -4185257 or 5710784. OLE color: 5710784.

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

Color convert

RGB 192 35 87 -
CMYK 0 0.82 0.55 0.25
HSL 340.13º 0.69% 0.45% -
HSV(B) 340.13º 0.82% 0.75% -
XYZ 24.06 13.1 10.28 -
YUV 87.87 127.51 202.27 -
System Red Green Blue C M Y K H S L
Decimal 192 35 87 0 0.82 0.55 0.25 340.13 0.69 0.45
Hex C0 23 57 0 52 37 19 154 45 2D
Octal 300 43 127 0 122 67 31 524 105 55
Binary 11000000 100011 1010111 0 1010010 110111 11001 101010100 1000101 101101

Color Harmonies of #C02357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02357

Black with #C02357

Text Example


Text Example

White with #C02357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02357; }

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

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

background-color css

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

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

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

border-color css

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

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

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