Html Css Color HEX #C0627A Tapestry

📋 copy color: '#C0627A'

red 192 ◦ green 98 ◦ blue 122

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

Shades of Tapestry #C0627A

Tints of Tapestry #C0627A

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.79%

 BLUE value IS 122 (48.05% from 255) = 29.61%

R = 46.6%
G = 23.79%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.25

RGB Variations

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

Color information

#C0627A (or 0xC0627A) is known color: Tapestry. HEX triplet: C0, 62 and 7A. RGB value is (192,98,122). Sum of RGB (Red+Green+Blue) = 192+98+122=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 98 (38.67% from 255 or 23.79% from 412); Blue value is 122 (48.05% from 255 or 29.61% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C0627A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0627A is #3F9D85. Grayscale: #808080. Windows color (decimal): -4169094 or 8020672. OLE color: 8020672.

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

Color convert

RGB 192 98 122 -
CMYK 0 0.49 0.36 0.25
HSL 344.68º 0.43% 0.57% -
HSV(B) 344.68º 0.49% 0.75% -
XYZ 29.62 21.35 20.97 -
YUV 128.84 124.14 173.05 -
System Red Green Blue C M Y K H S L
Decimal 192 98 122 0 0.49 0.36 0.25 344.68 0.43 0.57
Hex C0 62 7A 0 31 24 19 159 2B 39
Octal 300 142 172 0 61 44 31 531 53 71
Binary 11000000 1100010 1111010 0 110001 100100 11001 101011001 101011 111001

Color Harmonies of #C0627A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0627A

Black with #C0627A

Text Example


Text Example

White with #C0627A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0627A; }

 p { color: rgb(192,98,122); }

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

background-color css

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

 a { background-color: rgb(192,98,122); }

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

border-color css

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

 span { border-color: rgb(192,98,122); }

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