Html Css Color HEX #C0284E Old Rose

📋 copy color: '#C0284E'

red 192 ◦ green 40 ◦ blue 78

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

Shades of Old Rose #C0284E

Tints of Old Rose #C0284E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 25.16%

R = 61.94%
G = 12.9%
B = 25.16%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0284E (or 0xC0284E) is known color: Old Rose. HEX triplet: C0, 28 and 4E. RGB value is (192,40,78). Sum of RGB (Red+Green+Blue) = 192+40+78=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 78 (30.86% from 255 or 25.16% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C0284E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0284E is #3FD7B1. Grayscale: #595959. Windows color (decimal): -4183986 or 5122240. OLE color: 5122240.

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

Color convert

RGB 192 40 78 -
CMYK 0 0.79 0.59 0.25
HSL 345º 0.66% 0.45% -
HSV(B) 345º 0.79% 0.75% -
XYZ 23.87 13.27 8.51 -
YUV 89.78 121.36 200.91 -
System Red Green Blue C M Y K H S L
Decimal 192 40 78 0 0.79 0.59 0.25 345 0.66 0.45
Hex C0 28 4E 0 4F 3B 19 159 42 2D
Octal 300 50 116 0 117 73 31 531 102 55
Binary 11000000 101000 1001110 0 1001111 111011 11001 101011001 1000010 101101

Color Harmonies of #C0284E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0284E

Black with #C0284E

Text Example


Text Example

White with #C0284E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0284E; }

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

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

background-color css

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

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

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

border-color css

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

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

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