Html Css Color HEX #C34057 Old Rose

📋 copy color: '#C34057'

red 195 ◦ green 64 ◦ blue 87

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

Shades of Old Rose #C34057

Tints of Old Rose #C34057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 25.14%

R = 56.36%
G = 18.5%
B = 25.14%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C34057 (or 0xC34057) is known color: Old Rose. HEX triplet: C3, 40 and 57. RGB value is (195,64,87). Sum of RGB (Red+Green+Blue) = 195+64+87=346 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.36% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 195 - color contains mainly: red. Hex color #C34057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34057 is #3CBFA8. Grayscale: #696969. Windows color (decimal): -3981225 or 5718211. OLE color: 5718211.

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

Color convert

RGB 195 64 87 -
CMYK 0 0.67 0.55 0.24
HSL 349.47º 0.52% 0.51% -
HSV(B) 349.47º 0.67% 0.76% -
XYZ 26.06 15.96 10.72 -
YUV 105.79 117.4 191.63 -
System Red Green Blue C M Y K H S L
Decimal 195 64 87 0 0.67 0.55 0.24 349.47 0.52 0.51
Hex C3 40 57 0 43 37 18 15D 34 33
Octal 303 100 127 0 103 67 30 535 64 63
Binary 11000011 1000000 1010111 0 1000011 110111 11000 101011101 110100 110011

Color Harmonies of #C34057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34057

Black with #C34057

Text Example


Text Example

White with #C34057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34057; }

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

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

background-color css

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

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

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

border-color css

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

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

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