Html Css Color HEX #C0707E Tapestry

📋 copy color: '#C0707E'

red 192 ◦ green 112 ◦ blue 126

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

Shades of Tapestry #C0707E

Tints of Tapestry #C0707E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.05%

 BLUE value IS 126 (49.61% from 255) = 29.3%

R = 44.65%
G = 26.05%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.34

 K value IS 0.25

RGB Variations

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

Color information

#C0707E (or 0xC0707E) is known color: Tapestry. HEX triplet: C0, 70 and 7E. RGB value is (192,112,126). Sum of RGB (Red+Green+Blue) = 192+112+126=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 126 (49.61% from 255 or 29.30% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C0707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0707E is #3F8F81. Grayscale: #898989. Windows color (decimal): -4165506 or 8286400. OLE color: 8286400.

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

Color convert

RGB 192 112 126 -
CMYK 0 0.42 0.34 0.25
HSL 349.5º 0.39% 0.6% -
HSV(B) 349.5º 0.42% 0.75% -
XYZ 31.3 24.3 22.78 -
YUV 137.52 121.5 166.86 -
System Red Green Blue C M Y K H S L
Decimal 192 112 126 0 0.42 0.34 0.25 349.5 0.39 0.6
Hex C0 70 7E 0 2A 22 19 15E 27 3C
Octal 300 160 176 0 52 42 31 536 47 74
Binary 11000000 1110000 1111110 0 101010 100010 11001 101011110 100111 111100

Color Harmonies of #C0707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0707E

Black with #C0707E

Text Example


Text Example

White with #C0707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0707E; }

 p { color: rgb(192,112,126); }

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

background-color css

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

 a { background-color: rgb(192,112,126); }

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

border-color css

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

 span { border-color: rgb(192,112,126); }

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