Html Css Color HEX #C0284A Old Rose

📋 copy color: '#C0284A'

red 192 ◦ green 40 ◦ blue 74

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

Shades of Old Rose #C0284A

Tints of Old Rose #C0284A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.18%

R = 62.75%
G = 13.07%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0284A (or 0xC0284A) is known color: Old Rose. HEX triplet: C0, 28 and 4A. RGB value is (192,40,74). Sum of RGB (Red+Green+Blue) = 192+40+74=306 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.75% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 74 (29.30% from 255 or 24.18% from 306); Max value from RGB is 192 - color contains mainly: red. Hex color #C0284A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0284A is #3FD7B5. Grayscale: #595959. Windows color (decimal): -4183990 or 4860096. OLE color: 4860096.

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

Color convert

RGB 192 40 74 -
CMYK 0 0.79 0.61 0.25
HSL 346.58º 0.66% 0.45% -
HSV(B) 346.58º 0.79% 0.75% -
XYZ 23.73 13.22 7.78 -
YUV 89.32 119.36 201.24 -
System Red Green Blue C M Y K H S L
Decimal 192 40 74 0 0.79 0.61 0.25 346.58 0.66 0.45
Hex C0 28 4A 0 4F 3D 19 15B 42 2D
Octal 300 50 112 0 117 75 31 533 102 55
Binary 11000000 101000 1001010 0 1001111 111101 11001 101011011 1000010 101101

Color Harmonies of #C0284A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0284A

Black with #C0284A

Text Example


Text Example

White with #C0284A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0284A; }

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

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

background-color css

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

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

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

border-color css

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

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

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