Html Css Color HEX #C0305E Old Rose

📋 copy color: '#C0305E'

red 192 ◦ green 48 ◦ blue 94

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

Shades of Old Rose #C0305E

Tints of Old Rose #C0305E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.37%

 BLUE value IS 94 (37.11% from 255) = 28.14%

R = 57.49%
G = 14.37%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0305E (or 0xC0305E) is known color: Old Rose. HEX triplet: C0, 30 and 5E. RGB value is (192,48,94). Sum of RGB (Red+Green+Blue) = 192+48+94=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 48 (19.14% from 255 or 14.37% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C0305E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0305E is #3FCFA1. Grayscale: #606060. Windows color (decimal): -4181922 or 6172864. OLE color: 6172864.

HSL color Cylindrical-coordinate representation of color #C0305E: hue angle of 340.83º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C0305E is Cyan = 0, Magento = 0.75, Yellow = 0.51 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 48 94 -
CMYK 0 0.75 0.51 0.25
HSL 340.83º 0.6% 0.47% -
HSV(B) 340.83º 0.75% 0.75% -
XYZ 24.82 14.13 12.01 -
YUV 96.3 126.71 196.26 -
System Red Green Blue C M Y K H S L
Decimal 192 48 94 0 0.75 0.51 0.25 340.83 0.6 0.47
Hex C0 30 5E 0 4B 33 19 155 3C 2F
Octal 300 60 136 0 113 63 31 525 74 57
Binary 11000000 110000 1011110 0 1001011 110011 11001 101010101 111100 101111

Color Harmonies of #C0305E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0305E

Black with #C0305E

Text Example


Text Example

White with #C0305E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0305E; }

 p { color: rgb(192,48,94); }

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

background-color css

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

 a { background-color: rgb(192,48,94); }

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

border-color css

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

 span { border-color: rgb(192,48,94); }

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