Html Css Color HEX #C06279 Tapestry

📋 copy color: '#C06279'

red 192 ◦ green 98 ◦ blue 121

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

Shades of Tapestry #C06279

Tints of Tapestry #C06279

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.84%

 BLUE value IS 121 (47.66% from 255) = 29.44%

R = 46.72%
G = 23.84%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.37

 K value IS 0.25

RGB Variations

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

Color information

#C06279 (or 0xC06279) is known color: Tapestry. HEX triplet: C0, 62 and 79. RGB value is (192,98,121). Sum of RGB (Red+Green+Blue) = 192+98+121=411 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.72% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 121 (47.66% from 255 or 29.44% from 411); Max value from RGB is 192 - color contains mainly: red. Hex color #C06279 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06279 is #3F9D86. Grayscale: #808080. Windows color (decimal): -4169095 or 7955136. OLE color: 7955136.

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

Color convert

RGB 192 98 121 -
CMYK 0 0.49 0.37 0.25
HSL 345.32º 0.43% 0.57% -
HSV(B) 345.32º 0.49% 0.75% -
XYZ 29.56 21.32 20.65 -
YUV 128.73 123.64 173.13 -
System Red Green Blue C M Y K H S L
Decimal 192 98 121 0 0.49 0.37 0.25 345.32 0.43 0.57
Hex C0 62 79 0 31 25 19 159 2B 39
Octal 300 142 171 0 61 45 31 531 53 71
Binary 11000000 1100010 1111001 0 110001 100101 11001 101011001 101011 111001

Color Harmonies of #C06279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06279

Black with #C06279

Text Example


Text Example

White with #C06279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06279; }

 p { color: rgb(192,98,121); }

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

background-color css

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

 a { background-color: rgb(192,98,121); }

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

border-color css

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

 span { border-color: rgb(192,98,121); }

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