Html Css Color HEX #C06B85 Tapestry

📋 copy color: '#C06B85'

red 192 ◦ green 107 ◦ blue 133

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

Shades of Tapestry #C06B85

Tints of Tapestry #C06B85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.79%

R = 44.44%
G = 24.77%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.31

 K value IS 0.25

RGB Variations

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

Color information

#C06B85 (or 0xC06B85) is known color: Tapestry. HEX triplet: C0, 6B and 85. RGB value is (192,107,133). Sum of RGB (Red+Green+Blue) = 192+107+133=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 107 (42.19% from 255 or 24.77% from 432); Blue value is 133 (52.34% from 255 or 30.79% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06B85 is #3F947A. Grayscale: #878787. Windows color (decimal): -4166779 or 8743872. OLE color: 8743872.

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

Color convert

RGB 192 107 133 -
CMYK 0 0.44 0.31 0.25
HSL 341.65º 0.4% 0.59% -
HSV(B) 341.65º 0.44% 0.75% -
XYZ 31.23 23.42 25.06 -
YUV 135.38 126.66 168.39 -
System Red Green Blue C M Y K H S L
Decimal 192 107 133 0 0.44 0.31 0.25 341.65 0.4 0.59
Hex C0 6B 85 0 2C 1F 19 156 28 3B
Octal 300 153 205 0 54 37 31 526 50 73
Binary 11000000 1101011 10000101 0 101100 11111 11001 101010110 101000 111011

Color Harmonies of #C06B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06B85

Black with #C06B85

Text Example


Text Example

White with #C06B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06B85; }

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

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

background-color css

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

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

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

border-color css

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

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

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