Html Css Color HEX #C45F7E Tapestry

📋 copy color: '#C45F7E'

red 196 ◦ green 95 ◦ blue 126

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

Shades of Tapestry #C45F7E

Tints of Tapestry #C45F7E

RGB

 RED value IS 196 (76.95% from 255) = 47%

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

 BLUE value IS 126 (49.61% from 255) = 30.22%

R = 47%
G = 22.78%
B = 30.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C45F7E (or 0xC45F7E) is known color: Tapestry. HEX triplet: C4, 5F and 7E. RGB value is (196,95,126). Sum of RGB (Red+Green+Blue) = 196+95+126=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C45F7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45F7E is #3BA081. Grayscale: #808080. Windows color (decimal): -3907714 or 8282052. OLE color: 8282052.

HSL color Cylindrical-coordinate representation of color #C45F7E: hue angle of 341.58º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C45F7E is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 95 126 -
CMYK 0 0.52 0.36 0.23
HSL 341.58º 0.46% 0.57% -
HSV(B) 341.58º 0.52% 0.77% -
XYZ 30.62 21.43 22.26 -
YUV 128.73 126.46 175.98 -
System Red Green Blue C M Y K H S L
Decimal 196 95 126 0 0.52 0.36 0.23 341.58 0.46 0.57
Hex C4 5F 7E 0 34 24 17 156 2E 39
Octal 304 137 176 0 64 44 27 526 56 71
Binary 11000100 1011111 1111110 0 110100 100100 10111 101010110 101110 111001

Color Harmonies of #C45F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C45F7E

Black with #C45F7E

Text Example


Text Example

White with #C45F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C45F7E; }

 p { color: rgb(196,95,126); }

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

background-color css

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

 a { background-color: rgb(196,95,126); }

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

border-color css

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

 span { border-color: rgb(196,95,126); }

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