Html Css Color HEX #C06883 Tapestry

📋 copy color: '#C06883'

red 192 ◦ green 104 ◦ blue 131

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

Shades of Tapestry #C06883

Tints of Tapestry #C06883

RGB

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

 GREEN value IS 104 (41.02% from 255) = 24.36%

 BLUE value IS 131 (51.56% from 255) = 30.68%

R = 44.96%
G = 24.36%
B = 30.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.32

 K value IS 0.25

RGB Variations

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

Color information

#C06883 (or 0xC06883) is known color: Tapestry. HEX triplet: C0, 68 and 83. RGB value is (192,104,131). Sum of RGB (Red+Green+Blue) = 192+104+131=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 104 (41.02% from 255 or 24.36% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C06883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06883 is #3F977C. Grayscale: #858585. Windows color (decimal): -4167549 or 8612032. OLE color: 8612032.

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

Color convert

RGB 192 104 131 -
CMYK 0 0.46 0.32 0.25
HSL 341.59º 0.41% 0.58% -
HSV(B) 341.59º 0.46% 0.75% -
XYZ 30.79 22.75 24.24 -
YUV 133.39 126.65 169.8 -
System Red Green Blue C M Y K H S L
Decimal 192 104 131 0 0.46 0.32 0.25 341.59 0.41 0.58
Hex C0 68 83 0 2E 20 19 156 29 3A
Octal 300 150 203 0 56 40 31 526 51 72
Binary 11000000 1101000 10000011 0 101110 100000 11001 101010110 101001 111010

Color Harmonies of #C06883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06883

Black with #C06883

Text Example


Text Example

White with #C06883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06883; }

 p { color: rgb(192,104,131); }

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

background-color css

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

 a { background-color: rgb(192,104,131); }

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

border-color css

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

 span { border-color: rgb(192,104,131); }

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