Html Css Color HEX #C0677A Tapestry

📋 copy color: '#C0677A'

red 192 ◦ green 103 ◦ blue 122

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

Shades of Tapestry #C0677A

Tints of Tapestry #C0677A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.26%

R = 46.04%
G = 24.7%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0677A (or 0xC0677A) is known color: Tapestry. HEX triplet: C0, 67 and 7A. RGB value is (192,103,122). Sum of RGB (Red+Green+Blue) = 192+103+122=417 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.04% from 417); Green value is 103 (40.62% from 255 or 24.70% from 417); Blue value is 122 (48.05% from 255 or 29.26% from 417); Max value from RGB is 192 - color contains mainly: red. Hex color #C0677A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0677A is #3F9885. Grayscale: #838383. Windows color (decimal): -4167814 or 8021952. OLE color: 8021952.

HSL color Cylindrical-coordinate representation of color #C0677A: hue angle of 347.19º 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 #C0677A is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 103 122 -
CMYK 0 0.46 0.36 0.25
HSL 347.19º 0.41% 0.58% -
HSV(B) 347.19º 0.46% 0.75% -
XYZ 30.1 22.31 21.13 -
YUV 131.78 122.49 170.96 -
System Red Green Blue C M Y K H S L
Decimal 192 103 122 0 0.46 0.36 0.25 347.19 0.41 0.58
Hex C0 67 7A 0 2E 24 19 15B 29 3A
Octal 300 147 172 0 56 44 31 533 51 72
Binary 11000000 1100111 1111010 0 101110 100100 11001 101011011 101001 111010

Color Harmonies of #C0677A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0677A

Black with #C0677A

Text Example


Text Example

White with #C0677A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0677A; }

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

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

background-color css

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

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

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

border-color css

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

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

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