Html Css Color HEX #C0767B Tapestry

📋 copy color: '#C0767B'

red 192 ◦ green 118 ◦ blue 123

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

Shades of Tapestry #C0767B

Tints of Tapestry #C0767B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.25%

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

R = 44.34%
G = 27.25%
B = 28.41%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0767B (or 0xC0767B) is known color: Tapestry. HEX triplet: C0, 76 and 7B. RGB value is (192,118,123). Sum of RGB (Red+Green+Blue) = 192+118+123=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0767B is #3F8984. Grayscale: #8C8C8C. Windows color (decimal): -4163973 or 8091328. OLE color: 8091328.

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

Color convert

RGB 192 118 123 -
CMYK 0 0.39 0.36 0.25
HSL 355.95º 0.37% 0.61% -
HSV(B) 355.95º 0.39% 0.75% -
XYZ 31.79 25.59 22 -
YUV 140.7 118.02 164.59 -
System Red Green Blue C M Y K H S L
Decimal 192 118 123 0 0.39 0.36 0.25 355.95 0.37 0.61
Hex C0 76 7B 0 27 24 19 164 25 3D
Octal 300 166 173 0 47 44 31 544 45 75
Binary 11000000 1110110 1111011 0 100111 100100 11001 101100100 100101 111101

Color Harmonies of #C0767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0767B

Black with #C0767B

Text Example


Text Example

White with #C0767B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0767B; }

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

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

background-color css

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

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

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

border-color css

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

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

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