Html Css Color HEX #C2756B Contessa

📋 copy color: '#C2756B'

red 194 ◦ green 117 ◦ blue 107

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

Shades of Contessa #C2756B

Tints of Contessa #C2756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.99%

 BLUE value IS 107 (42.19% from 255) = 25.6%

R = 46.41%
G = 27.99%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2756B (or 0xC2756B) is known color: Contessa. HEX triplet: C2, 75 and 6B. RGB value is (194,117,107). Sum of RGB (Red+Green+Blue) = 194+117+107=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 107 (42.19% from 255 or 25.60% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2756B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2756B is #3D8A94. Grayscale: #8B8B8B. Windows color (decimal): -4033173 or 7042498. OLE color: 7042498.

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

Color convert

RGB 194 117 107 -
CMYK 0 0.40 0.45 0.24
HSL 6.9º 0.42% 0.59% -
HSV(B) 6.9º 0.45% 0.76% -
XYZ 31.26 25.25 17.14 -
YUV 138.88 110.01 167.31 -
System Red Green Blue C M Y K H S L
Decimal 194 117 107 0 0.40 0.45 0.24 6.9 0.42 0.59
Hex C2 75 6B 0 28 2D 18 7 2A 3B
Octal 302 165 153 0 50 55 30 7 52 73
Binary 11000010 1110101 1101011 0 101000 101101 11000 111 101010 111011

Color Harmonies of #C2756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2756B

Black with #C2756B

Text Example


Text Example

White with #C2756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2756B; }

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

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

background-color css

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

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

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

border-color css

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

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

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