Html Css Color HEX #C06B75 Tapestry

📋 copy color: '#C06B75'

red 192 ◦ green 107 ◦ blue 117

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

Shades of Tapestry #C06B75

Tints of Tapestry #C06B75

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.72%

 BLUE value IS 117 (46.09% from 255) = 28.13%

R = 46.15%
G = 25.72%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.39

 K value IS 0.25

RGB Variations

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

Color information

#C06B75 (or 0xC06B75) is known color: Tapestry. HEX triplet: C0, 6B and 75. RGB value is (192,107,117). Sum of RGB (Red+Green+Blue) = 192+107+117=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 107 (42.19% from 255 or 25.72% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C06B75 is #3F948A. Grayscale: #858585. Windows color (decimal): -4166795 or 7695296. OLE color: 7695296.

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

Color convert

RGB 192 107 117 -
CMYK 0 0.44 0.39 0.25
HSL 352.94º 0.4% 0.59% -
HSV(B) 352.94º 0.44% 0.75% -
XYZ 30.21 23.01 19.68 -
YUV 133.56 118.66 169.69 -
System Red Green Blue C M Y K H S L
Decimal 192 107 117 0 0.44 0.39 0.25 352.94 0.4 0.59
Hex C0 6B 75 0 2C 27 19 161 28 3B
Octal 300 153 165 0 54 47 31 541 50 73
Binary 11000000 1101011 1110101 0 101100 100111 11001 101100001 101000 111011

Color Harmonies of #C06B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C06B75

Black with #C06B75

Text Example


Text Example

White with #C06B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C06B75; }

 p { color: rgb(192,107,117); }

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

background-color css

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

 a { background-color: rgb(192,107,117); }

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

border-color css

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

 span { border-color: rgb(192,107,117); }

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