Html Css Color HEX #C0677D Tapestry

📋 copy color: '#C0677D'

red 192 ◦ green 103 ◦ blue 125

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

Shades of Tapestry #C0677D

Tints of Tapestry #C0677D

RGB

 RED value IS 192 (75.39% from 255) = 45.71%

 GREEN value IS 103 (40.63% from 255) = 24.52%

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

R = 45.71%
G = 24.52%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0677D (or 0xC0677D) is known color: Tapestry. HEX triplet: C0, 67 and 7D. RGB value is (192,103,125). Sum of RGB (Red+Green+Blue) = 192+103+125=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 125 (49.22% from 255 or 29.76% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0677D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0677D is #3F9882. Grayscale: #848484. Windows color (decimal): -4167811 or 8218560. OLE color: 8218560.

HSL color Cylindrical-coordinate representation of color #C0677D: hue angle of 345.17º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0677D is Cyan = 0, Magento = 0.46, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 103 125 -
CMYK 0 0.46 0.35 0.25
HSL 345.17º 0.41% 0.58% -
HSV(B) 345.17º 0.46% 0.75% -
XYZ 30.29 22.39 22.13 -
YUV 132.12 123.99 170.71 -
System Red Green Blue C M Y K H S L
Decimal 192 103 125 0 0.46 0.35 0.25 345.17 0.41 0.58
Hex C0 67 7D 0 2E 23 19 159 29 3A
Octal 300 147 175 0 56 43 31 531 51 72
Binary 11000000 1100111 1111101 0 101110 100011 11001 101011001 101001 111010

Color Harmonies of #C0677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0677D

Black with #C0677D

Text Example


Text Example

White with #C0677D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0677D; }

 p { color: rgb(192,103,125); }

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

background-color css

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

 a { background-color: rgb(192,103,125); }

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

border-color css

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

 span { border-color: rgb(192,103,125); }

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