Html Css Color HEX #C4667D Tapestry

📋 copy color: '#C4667D'

red 196 ◦ green 102 ◦ blue 125

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

Shades of Tapestry #C4667D

Tints of Tapestry #C4667D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.11%

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

R = 46.34%
G = 24.11%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.23

RGB Variations

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

Color information

#C4667D (or 0xC4667D) is known color: Tapestry. HEX triplet: C4, 66 and 7D. RGB value is (196,102,125). Sum of RGB (Red+Green+Blue) = 196+102+125=423 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.34% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 125 (49.22% from 255 or 29.55% from 423); Max value from RGB is 196 - color contains mainly: red. Hex color #C4667D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C4667D is #3B9982. Grayscale: #848484. Windows color (decimal): -3905923 or 8218308. OLE color: 8218308.

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

Color convert

RGB 196 102 125 -
CMYK 0 0.48 0.36 0.23
HSL 345.32º 0.44% 0.58% -
HSV(B) 345.32º 0.48% 0.77% -
XYZ 31.22 22.72 22.14 -
YUV 132.73 123.64 173.13 -
System Red Green Blue C M Y K H S L
Decimal 196 102 125 0 0.48 0.36 0.23 345.32 0.44 0.58
Hex C4 66 7D 0 30 24 17 159 2C 3A
Octal 304 146 175 0 60 44 27 531 54 72
Binary 11000100 1100110 1111101 0 110000 100100 10111 101011001 101100 111010

Color Harmonies of #C4667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4667D

Black with #C4667D

Text Example


Text Example

White with #C4667D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4667D; }

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

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

background-color css

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

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

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

border-color css

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

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

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