Html Css Color HEX #CD5366 Cabaret

📋 copy color: '#CD5366'

red 205 ◦ green 83 ◦ blue 102

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

Shades of Cabaret #CD5366

Tints of Cabaret #CD5366

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.28%

 BLUE value IS 102 (40.23% from 255) = 26.15%

R = 52.56%
G = 21.28%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.20

RGB Variations

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

Color information

#CD5366 (or 0xCD5366) is known color: Cabaret. HEX triplet: CD, 53 and 66. RGB value is (205,83,102). Sum of RGB (Red+Green+Blue) = 205+83+102=390 (51% of max value = 765). Red value is 205 (80.47% from 255 or 52.56% from 390); Green value is 83 (32.81% from 255 or 21.28% from 390); Blue value is 102 (40.23% from 255 or 26.15% from 390); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5366 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5366 is #32AC99. Grayscale: #797979. Windows color (decimal): -3320986 or 6706125. OLE color: 6706125.

HSL color Cylindrical-coordinate representation of color #CD5366: hue angle of 350.66º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CD5366 is Cyan = 0, Magento = 0.60, Yellow = 0.50 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 83 102 -
CMYK 0 0.60 0.50 0.20
HSL 350.66º 0.55% 0.56% -
HSV(B) 350.66º 0.6% 0.8% -
XYZ 30.67 20.12 14.84 -
YUV 121.64 116.92 187.46 -
System Red Green Blue C M Y K H S L
Decimal 205 83 102 0 0.60 0.50 0.20 350.66 0.55 0.56
Hex CD 53 66 0 3C 32 14 15F 37 38
Octal 315 123 146 0 74 62 24 537 67 70
Binary 11001101 1010011 1100110 0 111100 110010 10100 101011111 110111 111000

Color Harmonies of #CD5366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5366

Black with #CD5366

Text Example


Text Example

White with #CD5366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5366; }

 p { color: rgb(205,83,102); }

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

background-color css

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

 a { background-color: rgb(205,83,102); }

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

border-color css

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

 span { border-color: rgb(205,83,102); }

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