Html Css Color HEX #C06B77 Tapestry

📋 copy color: '#C06B77'

red 192 ◦ green 107 ◦ blue 119

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

Shades of Tapestry #C06B77

Tints of Tapestry #C06B77

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.6%

 BLUE value IS 119 (46.88% from 255) = 28.47%

R = 45.93%
G = 25.6%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.38

 K value IS 0.25

RGB Variations

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

Color information

#C06B77 (or 0xC06B77) is known color: Tapestry. HEX triplet: C0, 6B and 77. RGB value is (192,107,119). Sum of RGB (Red+Green+Blue) = 192+107+119=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 119 (46.88% from 255 or 28.47% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06B77 is #3F9488. Grayscale: #858585. Windows color (decimal): -4166793 or 7826368. OLE color: 7826368.

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

Color convert

RGB 192 107 119 -
CMYK 0 0.44 0.38 0.25
HSL 351.53º 0.4% 0.59% -
HSV(B) 351.53º 0.44% 0.75% -
XYZ 30.33 23.05 20.3 -
YUV 133.78 119.66 169.52 -
System Red Green Blue C M Y K H S L
Decimal 192 107 119 0 0.44 0.38 0.25 351.53 0.4 0.59
Hex C0 6B 77 0 2C 26 19 160 28 3B
Octal 300 153 167 0 54 46 31 540 50 73
Binary 11000000 1101011 1110111 0 101100 100110 11001 101100000 101000 111011

Color Harmonies of #C06B77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06B77

Black with #C06B77

Text Example


Text Example

White with #C06B77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06B77; }

 p { color: rgb(192,107,119); }

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

background-color css

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

 a { background-color: rgb(192,107,119); }

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

border-color css

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

 span { border-color: rgb(192,107,119); }

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