Html Css Color HEX #CD5D6D Cabaret

📋 copy color: '#CD5D6D'

red 205 ◦ green 93 ◦ blue 109

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

Shades of Cabaret #CD5D6D

Tints of Cabaret #CD5D6D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.85%

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

R = 50.37%
G = 22.85%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD5D6D (or 0xCD5D6D) is known color: Cabaret. HEX triplet: CD, 5D and 6D. RGB value is (205,93,109). Sum of RGB (Red+Green+Blue) = 205+93+109=407 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.37% from 407); Green value is 93 (36.72% from 255 or 22.85% from 407); Blue value is 109 (42.97% from 255 or 26.78% from 407); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5D6D is #32A292. Grayscale: #808080. Windows color (decimal): -3318419 or 7167437. OLE color: 7167437.

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

Color convert

RGB 205 93 109 -
CMYK 0 0.55 0.47 0.20
HSL 351.43º 0.53% 0.58% -
HSV(B) 351.43º 0.55% 0.8% -
XYZ 31.85 21.91 17.02 -
YUV 128.31 117.11 182.7 -
System Red Green Blue C M Y K H S L
Decimal 205 93 109 0 0.55 0.47 0.20 351.43 0.53 0.58
Hex CD 5D 6D 0 37 2F 14 15F 35 3A
Octal 315 135 155 0 67 57 24 537 65 72
Binary 11001101 1011101 1101101 0 110111 101111 10100 101011111 110101 111010

Color Harmonies of #CD5D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5D6D

Black with #CD5D6D

Text Example


Text Example

White with #CD5D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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