Html Css Color HEX #C0284C Old Rose

📋 copy color: '#C0284C'

red 192 ◦ green 40 ◦ blue 76

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

Shades of Old Rose #C0284C

Tints of Old Rose #C0284C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 24.68%

R = 62.34%
G = 12.99%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0284C (or 0xC0284C) is known color: Old Rose. HEX triplet: C0, 28 and 4C. RGB value is (192,40,76). Sum of RGB (Red+Green+Blue) = 192+40+76=308 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.34% from 308); Green value is 40 (16.02% from 255 or 12.99% from 308); Blue value is 76 (30.08% from 255 or 24.68% from 308); Max value from RGB is 192 - color contains mainly: red. Hex color #C0284C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0284C is #3FD7B3. Grayscale: #595959. Windows color (decimal): -4183988 or 4991168. OLE color: 4991168.

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

Color convert

RGB 192 40 76 -
CMYK 0 0.79 0.60 0.25
HSL 345.79º 0.66% 0.45% -
HSV(B) 345.79º 0.79% 0.75% -
XYZ 23.8 13.25 8.14 -
YUV 89.55 120.36 201.07 -
System Red Green Blue C M Y K H S L
Decimal 192 40 76 0 0.79 0.60 0.25 345.79 0.66 0.45
Hex C0 28 4C 0 4F 3C 19 15A 42 2D
Octal 300 50 114 0 117 74 31 532 102 55
Binary 11000000 101000 1001100 0 1001111 111100 11001 101011010 1000010 101101

Color Harmonies of #C0284C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0284C

Black with #C0284C

Text Example


Text Example

White with #C0284C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0284C; }

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

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

background-color css

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

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

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

border-color css

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

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

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