Html Css Color HEX #C07A7D Tapestry

📋 copy color: '#C07A7D'

red 192 ◦ green 122 ◦ blue 125

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

Shades of Tapestry #C07A7D

Tints of Tapestry #C07A7D

RGB

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

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

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

R = 43.74%
G = 27.79%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C07A7D (or 0xC07A7D) is known color: Tapestry. HEX triplet: C0, 7A and 7D. RGB value is (192,122,125). Sum of RGB (Red+Green+Blue) = 192+122+125=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 125 (49.22% from 255 or 28.47% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C07A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07A7D is #3F8582. Grayscale: #8F8F8F. Windows color (decimal): -4162947 or 8223424. OLE color: 8223424.

HSL color Cylindrical-coordinate representation of color #C07A7D: hue angle of 357.43º 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 #C07A7D is Cyan = 0, Magento = 0.36, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 122 125 -
CMYK 0 0.36 0.35 0.25
HSL 357.43º 0.36% 0.62% -
HSV(B) 357.43º 0.36% 0.75% -
XYZ 32.4 26.61 22.83 -
YUV 143.27 117.69 162.76 -
System Red Green Blue C M Y K H S L
Decimal 192 122 125 0 0.36 0.35 0.25 357.43 0.36 0.62
Hex C0 7A 7D 0 24 23 19 165 24 3E
Octal 300 172 175 0 44 43 31 545 44 76
Binary 11000000 1111010 1111101 0 100100 100011 11001 101100101 100100 111110

Color Harmonies of #C07A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07A7D

Black with #C07A7D

Text Example


Text Example

White with #C07A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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