Html Css Color HEX #C0344B Old Rose

📋 copy color: '#C0344B'

red 192 ◦ green 52 ◦ blue 75

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

Shades of Old Rose #C0344B

Tints of Old Rose #C0344B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 23.51%

R = 60.19%
G = 16.3%
B = 23.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#C0344B (or 0xC0344B) is known color: Old Rose. HEX triplet: C0, 34 and 4B. RGB value is (192,52,75). Sum of RGB (Red+Green+Blue) = 192+52+75=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 75 (29.69% from 255 or 23.51% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C0344B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0344B is #3FCBB4. Grayscale: #606060. Windows color (decimal): -4180917 or 4928704. OLE color: 4928704.

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

Color convert

RGB 192 52 75 -
CMYK 0 0.73 0.61 0.25
HSL 350.14º 0.57% 0.48% -
HSV(B) 350.14º 0.73% 0.75% -
XYZ 24.24 14.17 8.11 -
YUV 96.48 115.88 196.13 -
System Red Green Blue C M Y K H S L
Decimal 192 52 75 0 0.73 0.61 0.25 350.14 0.57 0.48
Hex C0 34 4B 0 49 3D 19 15E 39 30
Octal 300 64 113 0 111 75 31 536 71 60
Binary 11000000 110100 1001011 0 1001001 111101 11001 101011110 111001 110000

Color Harmonies of #C0344B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0344B

Black with #C0344B

Text Example


Text Example

White with #C0344B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0344B; }

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

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

background-color css

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

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

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

border-color css

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

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

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