Html Css Color HEX #C06B74 Tapestry

📋 copy color: '#C06B74'

red 192 ◦ green 107 ◦ blue 116

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

Shades of Tapestry #C06B74

Tints of Tapestry #C06B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 27.95%

R = 46.27%
G = 25.78%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.40

 K value IS 0.25

RGB Variations

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

Color information

#C06B74 (or 0xC06B74) is known color: Tapestry. HEX triplet: C0, 6B and 74. RGB value is (192,107,116). Sum of RGB (Red+Green+Blue) = 192+107+116=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 116 (45.70% from 255 or 27.95% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06B74 is #3F948B. Grayscale: #858585. Windows color (decimal): -4166796 or 7629760. OLE color: 7629760.

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

Color convert

RGB 192 107 116 -
CMYK 0 0.44 0.40 0.25
HSL 353.65º 0.4% 0.59% -
HSV(B) 353.65º 0.44% 0.75% -
XYZ 30.15 22.98 19.37 -
YUV 133.44 118.16 169.77 -
System Red Green Blue C M Y K H S L
Decimal 192 107 116 0 0.44 0.40 0.25 353.65 0.4 0.59
Hex C0 6B 74 0 2C 28 19 162 28 3B
Octal 300 153 164 0 54 50 31 542 50 73
Binary 11000000 1101011 1110100 0 101100 101000 11001 101100010 101000 111011

Color Harmonies of #C06B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06B74

Black with #C06B74

Text Example


Text Example

White with #C06B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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