Html Css Color HEX #C96D6D Contessa

📋 copy color: '#C96D6D'

red 201 ◦ green 109 ◦ blue 109

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

Shades of Contessa #C96D6D

Tints of Contessa #C96D6D

RGB

 RED value IS 201 (78.91% from 255) = 47.97%

 GREEN value IS 109 (42.97% from 255) = 26.01%

 BLUE value IS 109 (42.97% from 255) = 26.01%

R = 47.97%
G = 26.01%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.21

RGB Variations

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

Color information

#C96D6D (or 0xC96D6D) is known color: Contessa. HEX triplet: C9, 6D and 6D. RGB value is (201,109,109). Sum of RGB (Red+Green+Blue) = 201+109+109=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 109 (42.97% from 255 or 26.01% from 419); Blue value is 109 (42.97% from 255 or 26.01% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C96D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C96D6D is #369292. Grayscale: #888888. Windows color (decimal): -3576467 or 7171529. OLE color: 7171529.

HSL color Cylindrical-coordinate representation of color #C96D6D: hue angle of 0º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C96D6D is Cyan = 0, Magento = 0.46, Yellow = 0.46 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 109 109 -
CMYK 0 0.46 0.46 0.21
HSL 0.46% 0.61% -
HSV(B) 0.46% 0.79% -
XYZ 32.32 24.46 17.49 -
YUV 136.51 112.48 174 -
System Red Green Blue C M Y K H S L
Decimal 201 109 109 0 0.46 0.46 0.21 0 0.46 0.61
Hex C9 6D 6D 0 2E 2E 15 0 2E 3D
Octal 311 155 155 0 56 56 25 0 56 75
Binary 11001001 1101101 1101101 0 101110 101110 10101 0 101110 111101

Color Harmonies of #C96D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C96D6D

Black with #C96D6D

Text Example


Text Example

White with #C96D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C96D6D; }

 p { color: rgb(201,109,109); }

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

background-color css

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

 a { background-color: rgb(201,109,109); }

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

border-color css

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

 span { border-color: rgb(201,109,109); }

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