Html Css Color HEX #C2607B Tapestry

📋 copy color: '#C2607B'

red 194 ◦ green 96 ◦ blue 123

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

Shades of Tapestry #C2607B

Tints of Tapestry #C2607B

RGB

 RED value IS 194 (76.17% from 255) = 46.97%

 GREEN value IS 96 (37.89% from 255) = 23.24%

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

R = 46.97%
G = 23.24%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.37

 K value IS 0.24

RGB Variations

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

Color information

#C2607B (or 0xC2607B) is known color: Tapestry. HEX triplet: C2, 60 and 7B. RGB value is (194,96,123). Sum of RGB (Red+Green+Blue) = 194+96+123=413 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.97% from 413); Green value is 96 (37.89% from 255 or 23.24% from 413); Blue value is 123 (48.44% from 255 or 29.78% from 413); Max value from RGB is 194 - color contains mainly: red. Hex color #C2607B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2607B is #3D9F84. Grayscale: #808080. Windows color (decimal): -4038533 or 8085698. OLE color: 8085698.

HSL color Cylindrical-coordinate representation of color #C2607B: hue angle of 343.47º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C2607B is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 96 123 -
CMYK 0 0.51 0.37 0.24
HSL 343.47º 0.45% 0.57% -
HSV(B) 343.47º 0.51% 0.76% -
XYZ 30.01 21.27 21.26 -
YUV 128.38 124.97 174.8 -
System Red Green Blue C M Y K H S L
Decimal 194 96 123 0 0.51 0.37 0.24 343.47 0.45 0.57
Hex C2 60 7B 0 33 25 18 157 2D 39
Octal 302 140 173 0 63 45 30 527 55 71
Binary 11000010 1100000 1111011 0 110011 100101 11000 101010111 101101 111001

Color Harmonies of #C2607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2607B

Black with #C2607B

Text Example


Text Example

White with #C2607B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2607B; }

 p { color: rgb(194,96,123); }

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

background-color css

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

 a { background-color: rgb(194,96,123); }

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

border-color css

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

 span { border-color: rgb(194,96,123); }

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