Html Css Color HEX #C04050 Old Rose

📋 copy color: '#C04050'

red 192 ◦ green 64 ◦ blue 80

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

Shades of Old Rose #C04050

Tints of Old Rose #C04050

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.05%

 BLUE value IS 80 (31.64% from 255) = 23.81%

R = 57.14%
G = 19.05%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#C04050 (or 0xC04050) is known color: Old Rose. HEX triplet: C0, 40 and 50. RGB value is (192,64,80). Sum of RGB (Red+Green+Blue) = 192+64+80=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 80 (31.64% from 255 or 23.81% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C04050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04050 is #3FBFAF. Grayscale: #686868. Windows color (decimal): -4177840 or 5259456. OLE color: 5259456.

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

Color convert

RGB 192 64 80 -
CMYK 0 0.67 0.58 0.25
HSL 352.5º 0.5% 0.5% -
HSV(B) 352.5º 0.67% 0.75% -
XYZ 25.02 15.45 9.25 -
YUV 104.1 114.41 190.7 -
System Red Green Blue C M Y K H S L
Decimal 192 64 80 0 0.67 0.58 0.25 352.5 0.5 0.5
Hex C0 40 50 0 43 3A 19 160 32 32
Octal 300 100 120 0 103 72 31 540 62 62
Binary 11000000 1000000 1010000 0 1000011 111010 11001 101100000 110010 110010

Color Harmonies of #C04050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04050

Black with #C04050

Text Example


Text Example

White with #C04050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04050; }

 p { color: rgb(192,64,80); }

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

background-color css

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

 a { background-color: rgb(192,64,80); }

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

border-color css

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

 span { border-color: rgb(192,64,80); }

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