Html Css Color HEX #C5667C Tapestry

📋 copy color: '#C5667C'

red 197 ◦ green 102 ◦ blue 124

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

Shades of Tapestry #C5667C

Tints of Tapestry #C5667C

RGB

 RED value IS 197 (77.34% from 255) = 46.57%

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

 BLUE value IS 124 (48.83% from 255) = 29.31%

R = 46.57%
G = 24.11%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.37

 K value IS 0.23

RGB Variations

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

Color information

#C5667C (or 0xC5667C) is known color: Tapestry. HEX triplet: C5, 66 and 7C. RGB value is (197,102,124). Sum of RGB (Red+Green+Blue) = 197+102+124=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 124 (48.83% from 255 or 29.31% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C5667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5667C is #3A9983. Grayscale: #848484. Windows color (decimal): -3840388 or 8152773. OLE color: 8152773.

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

Color convert

RGB 197 102 124 -
CMYK 0 0.48 0.37 0.23
HSL 346.11º 0.45% 0.59% -
HSV(B) 346.11º 0.48% 0.77% -
XYZ 31.42 22.83 21.82 -
YUV 132.91 122.97 173.71 -
System Red Green Blue C M Y K H S L
Decimal 197 102 124 0 0.48 0.37 0.23 346.11 0.45 0.59
Hex C5 66 7C 0 30 25 17 15A 2D 3B
Octal 305 146 174 0 60 45 27 532 55 73
Binary 11000101 1100110 1111100 0 110000 100101 10111 101011010 101101 111011

Color Harmonies of #C5667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5667C

Black with #C5667C

Text Example


Text Example

White with #C5667C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5667C; }

 p { color: rgb(197,102,124); }

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

background-color css

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

 a { background-color: rgb(197,102,124); }

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

border-color css

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

 span { border-color: rgb(197,102,124); }

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