Html Css Color HEX #C0334A Old Rose

📋 copy color: '#C0334A'

red 192 ◦ green 51 ◦ blue 74

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

Shades of Old Rose #C0334A

Tints of Old Rose #C0334A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.09%

 BLUE value IS 74 (29.3% from 255) = 23.34%

R = 60.57%
G = 16.09%
B = 23.34%

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

#C0334A (or 0xC0334A) is known color: Old Rose. HEX triplet: C0, 33 and 4A. RGB value is (192,51,74). Sum of RGB (Red+Green+Blue) = 192+51+74=317 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.57% from 317); Green value is 51 (20.31% from 255 or 16.09% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 192 - color contains mainly: red. Hex color #C0334A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0334A is #3FCCB5. Grayscale: #5F5F5F. Windows color (decimal): -4181174 or 4862912. OLE color: 4862912.

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

Color convert

RGB 192 51 74 -
CMYK 0 0.73 0.61 0.25
HSL 350.21º 0.58% 0.48% -
HSV(B) 350.21º 0.73% 0.75% -
XYZ 24.16 14.07 7.92 -
YUV 95.78 115.71 196.63 -
System Red Green Blue C M Y K H S L
Decimal 192 51 74 0 0.73 0.61 0.25 350.21 0.58 0.48
Hex C0 33 4A 0 49 3D 19 15E 3A 30
Octal 300 63 112 0 111 75 31 536 72 60
Binary 11000000 110011 1001010 0 1001001 111101 11001 101011110 111010 110000

Color Harmonies of #C0334A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0334A

Black with #C0334A

Text Example


Text Example

White with #C0334A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0334A; }

 p { color: rgb(192,51,74); }

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

background-color css

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

 a { background-color: rgb(192,51,74); }

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

border-color css

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

 span { border-color: rgb(192,51,74); }

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