Html Css Color HEX #C34059 Old Rose

📋 copy color: '#C34059'

red 195 ◦ green 64 ◦ blue 89

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

Shades of Old Rose #C34059

Tints of Old Rose #C34059

RGB

 RED value IS 195 (76.56% from 255) = 56.03%

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

 BLUE value IS 89 (35.16% from 255) = 25.57%

R = 56.03%
G = 18.39%
B = 25.57%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C34059 (or 0xC34059) is known color: Old Rose. HEX triplet: C3, 40 and 59. RGB value is (195,64,89). Sum of RGB (Red+Green+Blue) = 195+64+89=348 (46% of max value = 765). Red value is 195 (76.56% from 255 or 56.03% from 348); Green value is 64 (25.39% from 255 or 18.39% from 348); Blue value is 89 (35.16% from 255 or 25.57% from 348); Max value from RGB is 195 - color contains mainly: red. Hex color #C34059 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34059 is #3CBFA6. Grayscale: #6A6A6A. Windows color (decimal): -3981223 or 5849283. OLE color: 5849283.

HSL color Cylindrical-coordinate representation of color #C34059: hue angle of 348.55º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C34059 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 64 89 -
CMYK 0 0.67 0.54 0.24
HSL 348.55º 0.52% 0.51% -
HSV(B) 348.55º 0.67% 0.76% -
XYZ 26.14 15.99 11.16 -
YUV 106.02 118.4 191.47 -
System Red Green Blue C M Y K H S L
Decimal 195 64 89 0 0.67 0.54 0.24 348.55 0.52 0.51
Hex C3 40 59 0 43 36 18 15D 34 33
Octal 303 100 131 0 103 66 30 535 64 63
Binary 11000011 1000000 1011001 0 1000011 110110 11000 101011101 110100 110011

Color Harmonies of #C34059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34059

Black with #C34059

Text Example


Text Example

White with #C34059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34059; }

 p { color: rgb(195,64,89); }

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

background-color css

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

 a { background-color: rgb(195,64,89); }

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

border-color css

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

 span { border-color: rgb(195,64,89); }

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