Html Css Color HEX #CD7471 Contessa

📋 copy color: '#CD7471'

red 205 ◦ green 116 ◦ blue 113

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

Shades of Contessa #CD7471

Tints of Contessa #CD7471

RGB

 RED value IS 205 (80.47% from 255) = 47.24%

 GREEN value IS 116 (45.7% from 255) = 26.73%

 BLUE value IS 113 (44.53% from 255) = 26.04%

R = 47.24%
G = 26.73%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CD7471 (or 0xCD7471) is known color: Contessa. HEX triplet: CD, 74 and 71. RGB value is (205,116,113). Sum of RGB (Red+Green+Blue) = 205+116+113=434 (57% of max value = 765). Red value is 205 (80.47% from 255 or 47.24% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 113 (44.53% from 255 or 26.04% from 434); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7471 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7471 is #328B8E. Grayscale: #8E8E8E. Windows color (decimal): -3312527 or 7435469. OLE color: 7435469.

HSL color Cylindrical-coordinate representation of color #CD7471: hue angle of 1.96º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CD7471 is Cyan = 0, Magento = 0.43, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 116 113 -
CMYK 0 0.43 0.45 0.20
HSL 1.96º 0.48% 0.62% -
HSV(B) 1.96º 0.45% 0.8% -
XYZ 34.4 26.66 18.96 -
YUV 142.27 111.49 172.74 -
System Red Green Blue C M Y K H S L
Decimal 205 116 113 0 0.43 0.45 0.20 1.96 0.48 0.62
Hex CD 74 71 0 2B 2D 14 2 30 3E
Octal 315 164 161 0 53 55 24 2 60 76
Binary 11001101 1110100 1110001 0 101011 101101 10100 10 110000 111110

Color Harmonies of #CD7471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7471

Black with #CD7471

Text Example


Text Example

White with #CD7471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7471; }

 p { color: rgb(205,116,113); }

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

background-color css

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

 a { background-color: rgb(205,116,113); }

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

border-color css

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

 span { border-color: rgb(205,116,113); }

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