Html Css Color HEX #C06C82 Tapestry

📋 copy color: '#C06C82'

red 192 ◦ green 108 ◦ blue 130

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

Shades of Tapestry #C06C82

Tints of Tapestry #C06C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.23%

R = 44.65%
G = 25.12%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C06C82 (or 0xC06C82) is known color: Tapestry. HEX triplet: C0, 6C and 82. RGB value is (192,108,130). Sum of RGB (Red+Green+Blue) = 192+108+130=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06C82 is #3F937D. Grayscale: #878787. Windows color (decimal): -4166526 or 8547520. OLE color: 8547520.

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

Color convert

RGB 192 108 130 -
CMYK 0 0.44 0.32 0.25
HSL 344.29º 0.4% 0.59% -
HSV(B) 344.29º 0.44% 0.75% -
XYZ 31.13 23.54 24.02 -
YUV 135.62 124.83 168.21 -
System Red Green Blue C M Y K H S L
Decimal 192 108 130 0 0.44 0.32 0.25 344.29 0.4 0.59
Hex C0 6C 82 0 2C 20 19 158 28 3B
Octal 300 154 202 0 54 40 31 530 50 73
Binary 11000000 1101100 10000010 0 101100 100000 11001 101011000 101000 111011

Color Harmonies of #C06C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06C82

Black with #C06C82

Text Example


Text Example

White with #C06C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06C82; }

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

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

background-color css

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

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

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

border-color css

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

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

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