Html Css Color HEX #C06775 Tapestry

📋 copy color: '#C06775'

red 192 ◦ green 103 ◦ blue 117

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

Shades of Tapestry #C06775

Tints of Tapestry #C06775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.4%

R = 46.6%
G = 25%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C06775 (or 0xC06775) is known color: Tapestry. HEX triplet: C0, 67 and 75. RGB value is (192,103,117). Sum of RGB (Red+Green+Blue) = 192+103+117=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 103 (40.62% from 255 or 25% from 412); Blue value is 117 (46.09% from 255 or 28.40% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C06775 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06775 is #3F988A. Grayscale: #838383. Windows color (decimal): -4167819 or 7694272. OLE color: 7694272.

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

Color convert

RGB 192 103 117 -
CMYK 0 0.46 0.39 0.25
HSL 350.56º 0.41% 0.58% -
HSV(B) 350.56º 0.46% 0.75% -
XYZ 29.8 22.19 19.54 -
YUV 131.21 119.99 171.36 -
System Red Green Blue C M Y K H S L
Decimal 192 103 117 0 0.46 0.39 0.25 350.56 0.41 0.58
Hex C0 67 75 0 2E 27 19 15F 29 3A
Octal 300 147 165 0 56 47 31 537 51 72
Binary 11000000 1100111 1110101 0 101110 100111 11001 101011111 101001 111010

Color Harmonies of #C06775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06775

Black with #C06775

Text Example


Text Example

White with #C06775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06775; }

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

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

background-color css

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

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

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

border-color css

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

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

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