Html Css Color HEX #C06D7D Tapestry

📋 copy color: '#C06D7D'

red 192 ◦ green 109 ◦ blue 125

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

Shades of Tapestry #C06D7D

Tints of Tapestry #C06D7D

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.59%

 BLUE value IS 125 (49.22% from 255) = 29.34%

R = 45.07%
G = 25.59%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C06D7D (or 0xC06D7D) is known color: Tapestry. HEX triplet: C0, 6D and 7D. RGB value is (192,109,125). Sum of RGB (Red+Green+Blue) = 192+109+125=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 109 (42.97% from 255 or 25.59% from 426); Blue value is 125 (49.22% from 255 or 29.34% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C06D7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06D7D is #3F9282. Grayscale: #878787. Windows color (decimal): -4166275 or 8220096. OLE color: 8220096.

HSL color Cylindrical-coordinate representation of color #C06D7D: hue angle of 348.43º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C06D7D is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 109 125 -
CMYK 0 0.43 0.35 0.25
HSL 348.43º 0.4% 0.59% -
HSV(B) 348.43º 0.43% 0.75% -
XYZ 30.91 23.62 22.33 -
YUV 135.64 122 168.2 -
System Red Green Blue C M Y K H S L
Decimal 192 109 125 0 0.43 0.35 0.25 348.43 0.4 0.59
Hex C0 6D 7D 0 2B 23 19 15C 28 3B
Octal 300 155 175 0 53 43 31 534 50 73
Binary 11000000 1101101 1111101 0 101011 100011 11001 101011100 101000 111011

Color Harmonies of #C06D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06D7D

Black with #C06D7D

Text Example


Text Example

White with #C06D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06D7D; }

 p { color: rgb(192,109,125); }

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

background-color css

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

 a { background-color: rgb(192,109,125); }

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

border-color css

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

 span { border-color: rgb(192,109,125); }

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