Html Css Color HEX #C05F7B Tapestry

📋 copy color: '#C05F7B'

red 192 ◦ green 95 ◦ blue 123

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

Shades of Tapestry #C05F7B

Tints of Tapestry #C05F7B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.17%

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

R = 46.83%
G = 23.17%
B = 30%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C05F7B (or 0xC05F7B) is known color: Tapestry. HEX triplet: C0, 5F and 7B. RGB value is (192,95,123). Sum of RGB (Red+Green+Blue) = 192+95+123=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 123 (48.44% from 255 or 30% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C05F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05F7B is #3FA084. Grayscale: #7F7F7F. Windows color (decimal): -4169861 or 8085440. OLE color: 8085440.

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

Color convert

RGB 192 95 123 -
CMYK 0 0.51 0.36 0.25
HSL 342.68º 0.43% 0.56% -
HSV(B) 342.68º 0.51% 0.75% -
XYZ 29.41 20.82 21.21 -
YUV 127.2 125.64 174.22 -
System Red Green Blue C M Y K H S L
Decimal 192 95 123 0 0.51 0.36 0.25 342.68 0.43 0.56
Hex C0 5F 7B 0 33 24 19 157 2B 38
Octal 300 137 173 0 63 44 31 527 53 70
Binary 11000000 1011111 1111011 0 110011 100100 11001 101010111 101011 111000

Color Harmonies of #C05F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C05F7B

Black with #C05F7B

Text Example


Text Example

White with #C05F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C05F7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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