Html Css Color HEX #CD746B Contessa

📋 copy color: '#CD746B'

red 205 ◦ green 116 ◦ blue 107

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

Shades of Contessa #CD746B

Tints of Contessa #CD746B

RGB

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

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

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

R = 47.9%
G = 27.1%
B = 25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CD746B (or 0xCD746B) is known color: Contessa. HEX triplet: CD, 74 and 6B. RGB value is (205,116,107). Sum of RGB (Red+Green+Blue) = 205+116+107=428 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.90% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 107 (42.19% from 255 or 25% from 428); Max value from RGB is 205 - color contains mainly: red. Hex color #CD746B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD746B is #328B94. Grayscale: #8D8D8D. Windows color (decimal): -3312533 or 7042253. OLE color: 7042253.

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

Color convert

RGB 205 116 107 -
CMYK 0 0.43 0.48 0.20
HSL 5.51º 0.49% 0.61% -
HSV(B) 5.51º 0.48% 0.8% -
XYZ 34.08 26.53 17.24 -
YUV 141.59 108.49 173.23 -
System Red Green Blue C M Y K H S L
Decimal 205 116 107 0 0.43 0.48 0.20 5.51 0.49 0.61
Hex CD 74 6B 0 2B 30 14 6 31 3D
Octal 315 164 153 0 53 60 24 6 61 75
Binary 11001101 1110100 1101011 0 101011 110000 10100 110 110001 111101

Color Harmonies of #CD746B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD746B

Black with #CD746B

Text Example


Text Example

White with #CD746B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD746B; }

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

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

background-color css

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

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

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

border-color css

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

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

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