Html Css Color HEX #C06975 Tapestry

📋 copy color: '#C06975'

red 192 ◦ green 105 ◦ blue 117

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

Shades of Tapestry #C06975

Tints of Tapestry #C06975

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.36%

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

R = 46.38%
G = 25.36%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C06975 (or 0xC06975) is known color: Tapestry. HEX triplet: C0, 69 and 75. RGB value is (192,105,117). Sum of RGB (Red+Green+Blue) = 192+105+117=414 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.38% from 414); Green value is 105 (41.41% from 255 or 25.36% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 192 - color contains mainly: red. Hex color #C06975 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06975 is #3F968A. Grayscale: #848484. Windows color (decimal): -4167307 or 7694784. OLE color: 7694784.

HSL color Cylindrical-coordinate representation of color #C06975: hue angle of 351.72º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06975 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 105 117 -
CMYK 0 0.45 0.39 0.25
HSL 351.72º 0.41% 0.58% -
HSV(B) 351.72º 0.45% 0.75% -
XYZ 30 22.59 19.61 -
YUV 132.38 119.32 170.52 -
System Red Green Blue C M Y K H S L
Decimal 192 105 117 0 0.45 0.39 0.25 351.72 0.41 0.58
Hex C0 69 75 0 2D 27 19 160 29 3A
Octal 300 151 165 0 55 47 31 540 51 72
Binary 11000000 1101001 1110101 0 101101 100111 11001 101100000 101001 111010

Color Harmonies of #C06975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06975

Black with #C06975

Text Example


Text Example

White with #C06975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06975; }

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

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

background-color css

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

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

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

border-color css

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

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

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