Html Css Color HEX #C35F81 Tapestry

📋 copy color: '#C35F81'

red 195 ◦ green 95 ◦ blue 129

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

Shades of Tapestry #C35F81

Tints of Tapestry #C35F81

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.67%

 BLUE value IS 129 (50.78% from 255) = 30.79%

R = 46.54%
G = 22.67%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.34

 K value IS 0.24

RGB Variations

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

Color information

#C35F81 (or 0xC35F81) is known color: Tapestry. HEX triplet: C3, 5F and 81. RGB value is (195,95,129). Sum of RGB (Red+Green+Blue) = 195+95+129=419 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.54% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 129 (50.78% from 255 or 30.79% from 419); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35F81 is #3CA07E. Grayscale: #808080. Windows color (decimal): -3973247 or 8478659. OLE color: 8478659.

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

Color convert

RGB 195 95 129 -
CMYK 0 0.51 0.34 0.24
HSL 339.6º 0.45% 0.57% -
HSV(B) 339.6º 0.51% 0.76% -
XYZ 30.56 21.37 23.28 -
YUV 128.78 128.13 175.24 -
System Red Green Blue C M Y K H S L
Decimal 195 95 129 0 0.51 0.34 0.24 339.6 0.45 0.57
Hex C3 5F 81 0 33 22 18 154 2D 39
Octal 303 137 201 0 63 42 30 524 55 71
Binary 11000011 1011111 10000001 0 110011 100010 11000 101010100 101101 111001

Color Harmonies of #C35F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35F81

Black with #C35F81

Text Example


Text Example

White with #C35F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35F81; }

 p { color: rgb(195,95,129); }

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

background-color css

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

 a { background-color: rgb(195,95,129); }

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

border-color css

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

 span { border-color: rgb(195,95,129); }

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