Html Css Color HEX #C0284F Old Rose

📋 copy color: '#C0284F'

red 192 ◦ green 40 ◦ blue 79

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

Shades of Old Rose #C0284F

Tints of Old Rose #C0284F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.4%

R = 61.74%
G = 12.86%
B = 25.4%

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

#C0284F (or 0xC0284F) is known color: Old Rose. HEX triplet: C0, 28 and 4F. RGB value is (192,40,79). Sum of RGB (Red+Green+Blue) = 192+40+79=311 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.74% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 79 (31.25% from 255 or 25.40% from 311); Max value from RGB is 192 - color contains mainly: red. Hex color #C0284F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0284F is #3FD7B0. Grayscale: #595959. Windows color (decimal): -4183985 or 5187776. OLE color: 5187776.

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

Color convert

RGB 192 40 79 -
CMYK 0 0.79 0.59 0.25
HSL 344.61º 0.66% 0.45% -
HSV(B) 344.61º 0.79% 0.75% -
XYZ 23.91 13.29 8.7 -
YUV 89.89 121.86 200.83 -
System Red Green Blue C M Y K H S L
Decimal 192 40 79 0 0.79 0.59 0.25 344.61 0.66 0.45
Hex C0 28 4F 0 4F 3B 19 159 42 2D
Octal 300 50 117 0 117 73 31 531 102 55
Binary 11000000 101000 1001111 0 1001111 111011 11001 101011001 1000010 101101

Color Harmonies of #C0284F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0284F

Black with #C0284F

Text Example


Text Example

White with #C0284F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0284F; }

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

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

background-color css

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

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

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

border-color css

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

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

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