Html Css Color HEX #C06C81 Tapestry

📋 copy color: '#C06C81'

red 192 ◦ green 108 ◦ blue 129

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

Shades of Tapestry #C06C81

Tints of Tapestry #C06C81

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.17%

 BLUE value IS 129 (50.78% from 255) = 30.07%

R = 44.76%
G = 25.17%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.33

 K value IS 0.25

RGB Variations

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

Color information

#C06C81 (or 0xC06C81) is known color: Tapestry. HEX triplet: C0, 6C and 81. RGB value is (192,108,129). Sum of RGB (Red+Green+Blue) = 192+108+129=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C06C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06C81 is #3F937E. Grayscale: #878787. Windows color (decimal): -4166527 or 8481984. OLE color: 8481984.

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

Color convert

RGB 192 108 129 -
CMYK 0 0.44 0.33 0.25
HSL 345º 0.4% 0.59% -
HSV(B) 345º 0.44% 0.75% -
XYZ 31.06 23.52 23.67 -
YUV 135.51 124.33 168.29 -
System Red Green Blue C M Y K H S L
Decimal 192 108 129 0 0.44 0.33 0.25 345 0.4 0.59
Hex C0 6C 81 0 2C 21 19 159 28 3B
Octal 300 154 201 0 54 41 31 531 50 73
Binary 11000000 1101100 10000001 0 101100 100001 11001 101011001 101000 111011

Color Harmonies of #C06C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06C81

Black with #C06C81

Text Example


Text Example

White with #C06C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06C81; }

 p { color: rgb(192,108,129); }

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

background-color css

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

 a { background-color: rgb(192,108,129); }

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

border-color css

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

 span { border-color: rgb(192,108,129); }

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