Html Css Color HEX #C0345F Old Rose

📋 copy color: '#C0345F'

red 192 ◦ green 52 ◦ blue 95

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

Shades of Old Rose #C0345F

Tints of Old Rose #C0345F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.34%

 BLUE value IS 95 (37.5% from 255) = 28.02%

R = 56.64%
G = 15.34%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.25

RGB Variations

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

Color information

#C0345F (or 0xC0345F) is known color: Old Rose. HEX triplet: C0, 34 and 5F. RGB value is (192,52,95). Sum of RGB (Red+Green+Blue) = 192+52+95=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 52 (20.70% from 255 or 15.34% from 339); Blue value is 95 (37.5% from 255 or 28.02% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C0345F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0345F is #3FCBA0. Grayscale: #626262. Windows color (decimal): -4180897 or 6239424. OLE color: 6239424.

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

Color convert

RGB 192 52 95 -
CMYK 0 0.73 0.51 0.25
HSL 341.57º 0.57% 0.48% -
HSV(B) 341.57º 0.73% 0.75% -
XYZ 25.03 14.49 12.3 -
YUV 98.76 125.88 194.5 -
System Red Green Blue C M Y K H S L
Decimal 192 52 95 0 0.73 0.51 0.25 341.57 0.57 0.48
Hex C0 34 5F 0 49 33 19 156 39 30
Octal 300 64 137 0 111 63 31 526 71 60
Binary 11000000 110100 1011111 0 1001001 110011 11001 101010110 111001 110000

Color Harmonies of #C0345F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0345F

Black with #C0345F

Text Example


Text Example

White with #C0345F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0345F; }

 p { color: rgb(192,52,95); }

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

background-color css

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

 a { background-color: rgb(192,52,95); }

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

border-color css

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

 span { border-color: rgb(192,52,95); }

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