Html Css Color HEX #C3667D Tapestry

📋 copy color: '#C3667D'

red 195 ◦ green 102 ◦ blue 125

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

Shades of Tapestry #C3667D

Tints of Tapestry #C3667D

RGB

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

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

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

R = 46.21%
G = 24.17%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C3667D (or 0xC3667D) is known color: Tapestry. HEX triplet: C3, 66 and 7D. RGB value is (195,102,125). Sum of RGB (Red+Green+Blue) = 195+102+125=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 102 (40.23% from 255 or 24.17% from 422); Blue value is 125 (49.22% from 255 or 29.62% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C3667D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3667D is #3C9982. Grayscale: #848484. Windows color (decimal): -3971459 or 8218307. OLE color: 8218307.

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

Color convert

RGB 195 102 125 -
CMYK 0 0.48 0.36 0.24
HSL 345.16º 0.44% 0.58% -
HSV(B) 345.16º 0.48% 0.76% -
XYZ 30.96 22.59 22.13 -
YUV 132.43 123.81 172.63 -
System Red Green Blue C M Y K H S L
Decimal 195 102 125 0 0.48 0.36 0.24 345.16 0.44 0.58
Hex C3 66 7D 0 30 24 18 159 2C 3A
Octal 303 146 175 0 60 44 30 531 54 72
Binary 11000011 1100110 1111101 0 110000 100100 11000 101011001 101100 111010

Color Harmonies of #C3667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3667D

Black with #C3667D

Text Example


Text Example

White with #C3667D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3667D; }

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

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

background-color css

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

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

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

border-color css

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

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

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