Html Css Color HEX #C0254E Old Rose

📋 copy color: '#C0254E'

red 192 ◦ green 37 ◦ blue 78

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

Shades of Old Rose #C0254E

Tints of Old Rose #C0254E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.05%

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

R = 62.54%
G = 12.05%
B = 25.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#C0254E (or 0xC0254E) is known color: Old Rose. HEX triplet: C0, 25 and 4E. RGB value is (192,37,78). Sum of RGB (Red+Green+Blue) = 192+37+78=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C0254E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0254E is #3FDAB1. Grayscale: #585858. Windows color (decimal): -4184754 or 5121472. OLE color: 5121472.

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

Color convert

RGB 192 37 78 -
CMYK 0 0.81 0.59 0.25
HSL 344.13º 0.68% 0.45% -
HSV(B) 344.13º 0.81% 0.75% -
XYZ 23.77 13.08 8.48 -
YUV 88.02 122.35 202.17 -
System Red Green Blue C M Y K H S L
Decimal 192 37 78 0 0.81 0.59 0.25 344.13 0.68 0.45
Hex C0 25 4E 0 51 3B 19 158 44 2D
Octal 300 45 116 0 121 73 31 530 104 55
Binary 11000000 100101 1001110 0 1010001 111011 11001 101011000 1000100 101101

Color Harmonies of #C0254E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0254E

Black with #C0254E

Text Example


Text Example

White with #C0254E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0254E; }

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

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

background-color css

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

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

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

border-color css

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

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

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