Html Css Color HEX #C35F7D Tapestry

📋 copy color: '#C35F7D'

red 195 ◦ green 95 ◦ blue 125

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

Shades of Tapestry #C35F7D

Tints of Tapestry #C35F7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 30.12%

R = 46.99%
G = 22.89%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C35F7D (or 0xC35F7D) is known color: Tapestry. HEX triplet: C3, 5F and 7D. RGB value is (195,95,125). Sum of RGB (Red+Green+Blue) = 195+95+125=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 95 (37.5% from 255 or 22.89% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C35F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C35F7D is #3CA082. Grayscale: #808080. Windows color (decimal): -3973251 or 8216515. OLE color: 8216515.

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

Color convert

RGB 195 95 125 -
CMYK 0 0.51 0.36 0.24
HSL 342º 0.45% 0.57% -
HSV(B) 342º 0.51% 0.76% -
XYZ 30.3 21.27 21.91 -
YUV 128.32 126.13 175.56 -
System Red Green Blue C M Y K H S L
Decimal 195 95 125 0 0.51 0.36 0.24 342 0.45 0.57
Hex C3 5F 7D 0 33 24 18 156 2D 39
Octal 303 137 175 0 63 44 30 526 55 71
Binary 11000011 1011111 1111101 0 110011 100100 11000 101010110 101101 111001

Color Harmonies of #C35F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C35F7D

Black with #C35F7D

Text Example


Text Example

White with #C35F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C35F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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