Html Css Color HEX #C06C7A Tapestry

📋 copy color: '#C06C7A'

red 192 ◦ green 108 ◦ blue 122

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

Shades of Tapestry #C06C7A

Tints of Tapestry #C06C7A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.59%

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

R = 45.5%
G = 25.59%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C06C7A (or 0xC06C7A) is known color: Tapestry. HEX triplet: C0, 6C and 7A. RGB value is (192,108,122). Sum of RGB (Red+Green+Blue) = 192+108+122=422 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.50% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 122 (48.05% from 255 or 28.91% from 422); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06C7A is #3F9385. Grayscale: #868686. Windows color (decimal): -4166534 or 8023232. OLE color: 8023232.

HSL color Cylindrical-coordinate representation of color #C06C7A: hue angle of 350º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C06C7A is Cyan = 0, Magento = 0.44, Yellow = 0.36 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 108 122 -
CMYK 0 0.44 0.36 0.25
HSL 350º 0.4% 0.59% -
HSV(B) 350º 0.44% 0.75% -
XYZ 30.61 23.34 21.3 -
YUV 134.71 120.83 168.86 -
System Red Green Blue C M Y K H S L
Decimal 192 108 122 0 0.44 0.36 0.25 350 0.4 0.59
Hex C0 6C 7A 0 2C 24 19 15E 28 3B
Octal 300 154 172 0 54 44 31 536 50 73
Binary 11000000 1101100 1111010 0 101100 100100 11001 101011110 101000 111011

Color Harmonies of #C06C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06C7A

Black with #C06C7A

Text Example


Text Example

White with #C06C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06C7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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