Html Css Color HEX #C06F7B Tapestry

📋 copy color: '#C06F7B'

red 192 ◦ green 111 ◦ blue 123

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

Shades of Tapestry #C06F7B

Tints of Tapestry #C06F7B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.06%

 BLUE value IS 123 (48.44% from 255) = 28.87%

R = 45.07%
G = 26.06%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C06F7B (or 0xC06F7B) is known color: Tapestry. HEX triplet: C0, 6F and 7B. RGB value is (192,111,123). Sum of RGB (Red+Green+Blue) = 192+111+123=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 111 (43.75% from 255 or 26.06% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06F7B is #3F9084. Grayscale: #888888. Windows color (decimal): -4165765 or 8089536. OLE color: 8089536.

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

Color convert

RGB 192 111 123 -
CMYK 0 0.42 0.36 0.25
HSL 351.11º 0.39% 0.59% -
HSV(B) 351.11º 0.42% 0.75% -
XYZ 31 24.01 21.74 -
YUV 136.59 120.34 167.52 -
System Red Green Blue C M Y K H S L
Decimal 192 111 123 0 0.42 0.36 0.25 351.11 0.39 0.59
Hex C0 6F 7B 0 2A 24 19 15F 27 3B
Octal 300 157 173 0 52 44 31 537 47 73
Binary 11000000 1101111 1111011 0 101010 100100 11001 101011111 100111 111011

Color Harmonies of #C06F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06F7B

Black with #C06F7B

Text Example


Text Example

White with #C06F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06F7B; }

 p { color: rgb(192,111,123); }

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

background-color css

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

 a { background-color: rgb(192,111,123); }

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

border-color css

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

 span { border-color: rgb(192,111,123); }

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