Html Css Color HEX #CD496D Cabaret

📋 copy color: '#CD496D'

red 205 ◦ green 73 ◦ blue 109

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

Shades of Cabaret #CD496D

Tints of Cabaret #CD496D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.86%

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

R = 52.97%
G = 18.86%
B = 28.17%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD496D (or 0xCD496D) is known color: Cabaret. HEX triplet: CD, 49 and 6D. RGB value is (205,73,109). Sum of RGB (Red+Green+Blue) = 205+73+109=387 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.97% from 387); Green value is 73 (28.91% from 255 or 18.86% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 205 - color contains mainly: red. Hex color #CD496D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD496D is #32B692. Grayscale: #747474. Windows color (decimal): -3323539 or 7162317. OLE color: 7162317.

HSL color Cylindrical-coordinate representation of color #CD496D: hue angle of 343.64º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD496D is Cyan = 0, Magento = 0.64, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 73 109 -
CMYK 0 0.64 0.47 0.20
HSL 343.64º 0.57% 0.55% -
HSV(B) 343.64º 0.64% 0.8% -
XYZ 30.32 18.85 16.51 -
YUV 116.57 123.73 191.07 -
System Red Green Blue C M Y K H S L
Decimal 205 73 109 0 0.64 0.47 0.20 343.64 0.57 0.55
Hex CD 49 6D 0 40 2F 14 158 39 37
Octal 315 111 155 0 100 57 24 530 71 67
Binary 11001101 1001001 1101101 0 1000000 101111 10100 101011000 111001 110111

Color Harmonies of #CD496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD496D

Black with #CD496D

Text Example


Text Example

White with #CD496D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD496D; }

 p { color: rgb(205,73,109); }

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

background-color css

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

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

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

border-color css

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

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

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