Html Css Color HEX #C0334B Old Rose

📋 copy color: '#C0334B'

red 192 ◦ green 51 ◦ blue 75

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

Shades of Old Rose #C0334B

Tints of Old Rose #C0334B

RGB

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

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

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

R = 60.38%
G = 16.04%
B = 23.58%

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

#C0334B (or 0xC0334B) is known color: Old Rose. HEX triplet: C0, 33 and 4B. RGB value is (192,51,75). Sum of RGB (Red+Green+Blue) = 192+51+75=318 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.38% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 192 - color contains mainly: red. Hex color #C0334B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0334B is #3FCCB4. Grayscale: #5F5F5F. Windows color (decimal): -4181173 or 4928448. OLE color: 4928448.

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

Color convert

RGB 192 51 75 -
CMYK 0 0.73 0.61 0.25
HSL 349.79º 0.58% 0.48% -
HSV(B) 349.79º 0.73% 0.75% -
XYZ 24.19 14.08 8.1 -
YUV 95.9 116.21 196.55 -
System Red Green Blue C M Y K H S L
Decimal 192 51 75 0 0.73 0.61 0.25 349.79 0.58 0.48
Hex C0 33 4B 0 49 3D 19 15E 3A 30
Octal 300 63 113 0 111 75 31 536 72 60
Binary 11000000 110011 1001011 0 1001001 111101 11001 101011110 111010 110000

Color Harmonies of #C0334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0334B

Black with #C0334B

Text Example


Text Example

White with #C0334B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0334B; }

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

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

background-color css

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

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

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

border-color css

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

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

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