Html Css Color HEX #C34056 Old Rose

📋 copy color: '#C34056'

red 195 ◦ green 64 ◦ blue 86

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

Shades of Old Rose #C34056

Tints of Old Rose #C34056

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 24.93%

R = 56.52%
G = 18.55%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C34056 (or 0xC34056) is known color: Old Rose. HEX triplet: C3, 40 and 56. RGB value is (195,64,86). Sum of RGB (Red+Green+Blue) = 195+64+86=345 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.52% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 195 - color contains mainly: red. Hex color #C34056 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34056 is #3CBFA9. Grayscale: #696969. Windows color (decimal): -3981226 or 5652675. OLE color: 5652675.

HSL color Cylindrical-coordinate representation of color #C34056: hue angle of 349.92º 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 #C34056 is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 64 86 -
CMYK 0 0.67 0.56 0.24
HSL 349.92º 0.52% 0.51% -
HSV(B) 349.92º 0.67% 0.76% -
XYZ 26.02 15.94 10.51 -
YUV 105.68 116.9 191.71 -
System Red Green Blue C M Y K H S L
Decimal 195 64 86 0 0.67 0.56 0.24 349.92 0.52 0.51
Hex C3 40 56 0 43 38 18 15E 34 33
Octal 303 100 126 0 103 70 30 536 64 63
Binary 11000011 1000000 1010110 0 1000011 111000 11000 101011110 110100 110011

Color Harmonies of #C34056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34056

Black with #C34056

Text Example


Text Example

White with #C34056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34056; }

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

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

background-color css

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

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

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

border-color css

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

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

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