Html Css Color HEX #C0667C Tapestry

📋 copy color: '#C0667C'

red 192 ◦ green 102 ◦ blue 124

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

Shades of Tapestry #C0667C

Tints of Tapestry #C0667C

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.4%

 BLUE value IS 124 (48.83% from 255) = 29.67%

R = 45.93%
G = 24.4%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0667C (or 0xC0667C) is known color: Tapestry. HEX triplet: C0, 66 and 7C. RGB value is (192,102,124). Sum of RGB (Red+Green+Blue) = 192+102+124=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 102 (40.23% from 255 or 24.40% from 418); Blue value is 124 (48.83% from 255 or 29.67% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C0667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0667C is #3F9983. Grayscale: #838383. Windows color (decimal): -4168068 or 8152768. OLE color: 8152768.

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

Color convert

RGB 192 102 124 -
CMYK 0 0.47 0.35 0.25
HSL 345.33º 0.42% 0.58% -
HSV(B) 345.33º 0.47% 0.75% -
XYZ 30.13 22.16 21.76 -
YUV 131.42 123.82 171.21 -
System Red Green Blue C M Y K H S L
Decimal 192 102 124 0 0.47 0.35 0.25 345.33 0.42 0.58
Hex C0 66 7C 0 2F 23 19 159 2A 3A
Octal 300 146 174 0 57 43 31 531 52 72
Binary 11000000 1100110 1111100 0 101111 100011 11001 101011001 101010 111010

Color Harmonies of #C0667C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0667C

Black with #C0667C

Text Example


Text Example

White with #C0667C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0667C; }

 p { color: rgb(192,102,124); }

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

background-color css

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

 a { background-color: rgb(192,102,124); }

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

border-color css

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

 span { border-color: rgb(192,102,124); }

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