Html Css Color HEX #C07A7B Tapestry

📋 copy color: '#C07A7B'

red 192 ◦ green 122 ◦ blue 123

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

Shades of Tapestry #C07A7B

Tints of Tapestry #C07A7B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.92%

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

R = 43.94%
G = 27.92%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C07A7B (or 0xC07A7B) is known color: Tapestry. HEX triplet: C0, 7A and 7B. RGB value is (192,122,123). Sum of RGB (Red+Green+Blue) = 192+122+123=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 122 (48.05% from 255 or 27.92% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07A7B is #3F8584. Grayscale: #8F8F8F. Windows color (decimal): -4162949 or 8092352. OLE color: 8092352.

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

Color convert

RGB 192 122 123 -
CMYK 0 0.36 0.36 0.25
HSL 359.14º 0.36% 0.62% -
HSV(B) 359.14º 0.36% 0.75% -
XYZ 32.27 26.56 22.16 -
YUV 143.04 116.69 162.92 -
System Red Green Blue C M Y K H S L
Decimal 192 122 123 0 0.36 0.36 0.25 359.14 0.36 0.62
Hex C0 7A 7B 0 24 24 19 167 24 3E
Octal 300 172 173 0 44 44 31 547 44 76
Binary 11000000 1111010 1111011 0 100100 100100 11001 101100111 100100 111110

Color Harmonies of #C07A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07A7B

Black with #C07A7B

Text Example


Text Example

White with #C07A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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