Html Css Color HEX #C0697B Tapestry

📋 copy color: '#C0697B'

red 192 ◦ green 105 ◦ blue 123

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

Shades of Tapestry #C0697B

Tints of Tapestry #C0697B

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25%

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

R = 45.71%
G = 25%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0697B (or 0xC0697B) is known color: Tapestry. HEX triplet: C0, 69 and 7B. RGB value is (192,105,123). Sum of RGB (Red+Green+Blue) = 192+105+123=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 123 (48.44% from 255 or 29.29% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0697B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0697B is #3F9684. Grayscale: #858585. Windows color (decimal): -4167301 or 8088000. OLE color: 8088000.

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

Color convert

RGB 192 105 123 -
CMYK 0 0.45 0.36 0.25
HSL 347.59º 0.41% 0.58% -
HSV(B) 347.59º 0.45% 0.75% -
XYZ 30.36 22.74 21.53 -
YUV 133.07 122.32 170.04 -
System Red Green Blue C M Y K H S L
Decimal 192 105 123 0 0.45 0.36 0.25 347.59 0.41 0.58
Hex C0 69 7B 0 2D 24 19 15C 29 3A
Octal 300 151 173 0 55 44 31 534 51 72
Binary 11000000 1101001 1111011 0 101101 100100 11001 101011100 101001 111010

Color Harmonies of #C0697B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0697B

Black with #C0697B

Text Example


Text Example

White with #C0697B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0697B; }

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

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

background-color css

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

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

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

border-color css

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

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

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