Html Css Color HEX #C34053 Old Rose

📋 copy color: '#C34053'

red 195 ◦ green 64 ◦ blue 83

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

Shades of Old Rose #C34053

Tints of Old Rose #C34053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 24.27%

R = 57.02%
G = 18.71%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C34053 (or 0xC34053) is known color: Old Rose. HEX triplet: C3, 40 and 53. RGB value is (195,64,83). Sum of RGB (Red+Green+Blue) = 195+64+83=342 (45% of max value = 765). Red value is 195 (76.56% from 255 or 57.02% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 83 (32.81% from 255 or 24.27% from 342); Max value from RGB is 195 - color contains mainly: red. Hex color #C34053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C34053 is #3CBFAC. Grayscale: #696969. Windows color (decimal): -3981229 or 5456067. OLE color: 5456067.

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

Color convert

RGB 195 64 83 -
CMYK 0 0.67 0.57 0.24
HSL 351.3º 0.52% 0.51% -
HSV(B) 351.3º 0.67% 0.76% -
XYZ 25.9 15.89 9.89 -
YUV 105.34 115.4 191.96 -
System Red Green Blue C M Y K H S L
Decimal 195 64 83 0 0.67 0.57 0.24 351.3 0.52 0.51
Hex C3 40 53 0 43 39 18 15F 34 33
Octal 303 100 123 0 103 71 30 537 64 63
Binary 11000011 1000000 1010011 0 1000011 111001 11000 101011111 110100 110011

Color Harmonies of #C34053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C34053

Black with #C34053

Text Example


Text Example

White with #C34053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C34053; }

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

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

background-color css

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

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

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

border-color css

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

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

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