Html Css Color HEX #C4607D Tapestry

📋 copy color: '#C4607D'

red 196 ◦ green 96 ◦ blue 125

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

Shades of Tapestry #C4607D

Tints of Tapestry #C4607D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.02%

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

R = 47%
G = 23.02%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4607D (or 0xC4607D) is known color: Tapestry. HEX triplet: C4, 60 and 7D. RGB value is (196,96,125). Sum of RGB (Red+Green+Blue) = 196+96+125=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 125 (49.22% from 255 or 29.98% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C4607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4607D is #3B9F82. Grayscale: #818181. Windows color (decimal): -3907459 or 8216772. OLE color: 8216772.

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

Color convert

RGB 196 96 125 -
CMYK 0 0.51 0.36 0.23
HSL 342.6º 0.46% 0.57% -
HSV(B) 342.6º 0.51% 0.77% -
XYZ 30.65 21.58 21.95 -
YUV 129.21 125.63 175.64 -
System Red Green Blue C M Y K H S L
Decimal 196 96 125 0 0.51 0.36 0.23 342.6 0.46 0.57
Hex C4 60 7D 0 33 24 17 157 2E 39
Octal 304 140 175 0 63 44 27 527 56 71
Binary 11000100 1100000 1111101 0 110011 100100 10111 101010111 101110 111001

Color Harmonies of #C4607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4607D

Black with #C4607D

Text Example


Text Example

White with #C4607D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4607D; }

 p { color: rgb(196,96,125); }

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

background-color css

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

 a { background-color: rgb(196,96,125); }

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

border-color css

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

 span { border-color: rgb(196,96,125); }

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