Html Css Color HEX #C02856 Old Rose

📋 copy color: '#C02856'

red 192 ◦ green 40 ◦ blue 86

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

Shades of Old Rose #C02856

Tints of Old Rose #C02856

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.58%

 BLUE value IS 86 (33.98% from 255) = 27.04%

R = 60.38%
G = 12.58%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.55

 K value IS 0.25

RGB Variations

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

Color information

#C02856 (or 0xC02856) is known color: Old Rose. HEX triplet: C0, 28 and 56. RGB value is (192,40,86). Sum of RGB (Red+Green+Blue) = 192+40+86=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 40 (16.02% from 255 or 12.58% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C02856 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02856 is #3FD7A9. Grayscale: #5A5A5A. Windows color (decimal): -4183978 or 5646528. OLE color: 5646528.

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

Color convert

RGB 192 40 86 -
CMYK 0 0.79 0.55 0.25
HSL 341.84º 0.66% 0.45% -
HSV(B) 341.84º 0.79% 0.75% -
XYZ 24.18 13.4 10.12 -
YUV 90.69 125.36 200.26 -
System Red Green Blue C M Y K H S L
Decimal 192 40 86 0 0.79 0.55 0.25 341.84 0.66 0.45
Hex C0 28 56 0 4F 37 19 156 42 2D
Octal 300 50 126 0 117 67 31 526 102 55
Binary 11000000 101000 1010110 0 1001111 110111 11001 101010110 1000010 101101

Color Harmonies of #C02856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02856

Black with #C02856

Text Example


Text Example

White with #C02856

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02856; }

 p { color: rgb(192,40,86); }

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

background-color css

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

 a { background-color: rgb(192,40,86); }

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

border-color css

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

 span { border-color: rgb(192,40,86); }

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