Html Css Color HEX #CD5369 Cabaret

📋 copy color: '#CD5369'

red 205 ◦ green 83 ◦ blue 105

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

Shades of Cabaret #CD5369

Tints of Cabaret #CD5369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 26.72%

R = 52.16%
G = 21.12%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.20

RGB Variations

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

Color information

#CD5369 (or 0xCD5369) is known color: Cabaret. HEX triplet: CD, 53 and 69. RGB value is (205,83,105). Sum of RGB (Red+Green+Blue) = 205+83+105=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 83 (32.81% from 255 or 21.12% from 393); Blue value is 105 (41.41% from 255 or 26.72% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5369 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5369 is #32AC96. Grayscale: #7A7A7A. Windows color (decimal): -3320983 or 6902733. OLE color: 6902733.

HSL color Cylindrical-coordinate representation of color #CD5369: hue angle of 349.18º 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 #CD5369 is Cyan = 0, Magento = 0.60, Yellow = 0.49 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 83 105 -
CMYK 0 0.60 0.49 0.20
HSL 349.18º 0.55% 0.56% -
HSV(B) 349.18º 0.6% 0.8% -
XYZ 30.82 20.19 15.64 -
YUV 121.99 118.42 187.21 -
System Red Green Blue C M Y K H S L
Decimal 205 83 105 0 0.60 0.49 0.20 349.18 0.55 0.56
Hex CD 53 69 0 3C 31 14 15D 37 38
Octal 315 123 151 0 74 61 24 535 67 70
Binary 11001101 1010011 1101001 0 111100 110001 10100 101011101 110111 111000

Color Harmonies of #CD5369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5369

Black with #CD5369

Text Example


Text Example

White with #CD5369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5369; }

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

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

background-color css

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

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

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

border-color css

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

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

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