Html Css Color HEX #C0727B Tapestry

📋 copy color: '#C0727B'

red 192 ◦ green 114 ◦ blue 123

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

Shades of Tapestry #C0727B

Tints of Tapestry #C0727B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.57%

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

R = 44.76%
G = 26.57%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0727B (or 0xC0727B) is known color: Tapestry. HEX triplet: C0, 72 and 7B. RGB value is (192,114,123). Sum of RGB (Red+Green+Blue) = 192+114+123=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C0727B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0727B is #3F8D84. Grayscale: #8A8A8A. Windows color (decimal): -4164997 or 8090304. OLE color: 8090304.

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

Color convert

RGB 192 114 123 -
CMYK 0 0.41 0.36 0.25
HSL 353.08º 0.38% 0.6% -
HSV(B) 353.08º 0.41% 0.75% -
XYZ 31.33 24.67 21.85 -
YUV 138.35 119.34 166.27 -
System Red Green Blue C M Y K H S L
Decimal 192 114 123 0 0.41 0.36 0.25 353.08 0.38 0.6
Hex C0 72 7B 0 29 24 19 161 26 3C
Octal 300 162 173 0 51 44 31 541 46 74
Binary 11000000 1110010 1111011 0 101001 100100 11001 101100001 100110 111100

Color Harmonies of #C0727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0727B

Black with #C0727B

Text Example


Text Example

White with #C0727B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0727B; }

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

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

background-color css

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

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

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

border-color css

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

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

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