Html Css Color HEX #C34055 Old Rose

📋 copy color: '#C34055'

red 195 ◦ green 64 ◦ blue 85

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

Shades of Old Rose #C34055

Tints of Old Rose #C34055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.71%

R = 56.69%
G = 18.6%
B = 24.71%

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

#C34055 (or 0xC34055) is known color: Old Rose. HEX triplet: C3, 40 and 55. RGB value is (195,64,85). Sum of RGB (Red+Green+Blue) = 195+64+85=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 64 (25.39% from 255 or 18.60% from 344); Blue value is 85 (33.59% from 255 or 24.71% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C34055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34055 is #3CBFAA. Grayscale: #696969. Windows color (decimal): -3981227 or 5587139. OLE color: 5587139.

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

Color convert

RGB 195 64 85 -
CMYK 0 0.67 0.56 0.24
HSL 350.38º 0.52% 0.51% -
HSV(B) 350.38º 0.67% 0.76% -
XYZ 25.98 15.92 10.3 -
YUV 105.56 116.4 191.79 -
System Red Green Blue C M Y K H S L
Decimal 195 64 85 0 0.67 0.56 0.24 350.38 0.52 0.51
Hex C3 40 55 0 43 38 18 15E 34 33
Octal 303 100 125 0 103 70 30 536 64 63
Binary 11000011 1000000 1010101 0 1000011 111000 11000 101011110 110100 110011

Color Harmonies of #C34055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34055

Black with #C34055

Text Example


Text Example

White with #C34055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34055; }

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

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

background-color css

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

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

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

border-color css

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

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

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