Html Css Color HEX #C06B89 Tapestry

📋 copy color: '#C06B89'

red 192 ◦ green 107 ◦ blue 137

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

Shades of Tapestry #C06B89

Tints of Tapestry #C06B89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.42%

R = 44.04%
G = 24.54%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#C06B89 (or 0xC06B89) is known color: Tapestry. HEX triplet: C0, 6B and 89. RGB value is (192,107,137). Sum of RGB (Red+Green+Blue) = 192+107+137=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06B89 is #3F9476. Grayscale: #878787. Windows color (decimal): -4166775 or 9006016. OLE color: 9006016.

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

Color convert

RGB 192 107 137 -
CMYK 0 0.44 0.29 0.25
HSL 338.82º 0.4% 0.59% -
HSV(B) 338.82º 0.44% 0.75% -
XYZ 31.51 23.53 26.55 -
YUV 135.84 128.66 168.06 -
System Red Green Blue C M Y K H S L
Decimal 192 107 137 0 0.44 0.29 0.25 338.82 0.4 0.59
Hex C0 6B 89 0 2C 1D 19 153 28 3B
Octal 300 153 211 0 54 35 31 523 50 73
Binary 11000000 1101011 10001001 0 101100 11101 11001 101010011 101000 111011

Color Harmonies of #C06B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06B89

Black with #C06B89

Text Example


Text Example

White with #C06B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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