Html Css Color HEX #CD5275 Cabaret

📋 copy color: '#CD5275'

red 205 ◦ green 82 ◦ blue 117

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

Shades of Cabaret #CD5275

Tints of Cabaret #CD5275

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.3%

 BLUE value IS 117 (46.09% from 255) = 28.96%

R = 50.74%
G = 20.3%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CD5275 (or 0xCD5275) is known color: Cabaret. HEX triplet: CD, 52 and 75. RGB value is (205,82,117). Sum of RGB (Red+Green+Blue) = 205+82+117=404 (53% of max value = 765). Red value is 205 (80.47% from 255 or 50.74% from 404); Green value is 82 (32.42% from 255 or 20.30% from 404); Blue value is 117 (46.09% from 255 or 28.96% from 404); Max value from RGB is 205 - color contains mainly: red. Hex color #CD5275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD5275 is #32AD8A. Grayscale: #7A7A7A. Windows color (decimal): -3321227 or 7688909. OLE color: 7688909.

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

Color convert

RGB 205 82 117 -
CMYK 0 0.6 0.43 0.20
HSL 342.93º 0.55% 0.56% -
HSV(B) 342.93º 0.6% 0.8% -
XYZ 31.41 20.3 19.09 -
YUV 122.77 124.75 186.65 -
System Red Green Blue C M Y K H S L
Decimal 205 82 117 0 0.6 0.43 0.20 342.93 0.55 0.56
Hex CD 52 75 0 3C 2B 14 157 37 38
Octal 315 122 165 0 74 53 24 527 67 70
Binary 11001101 1010010 1110101 0 111100 101011 10100 101010111 110111 111000

Color Harmonies of #CD5275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD5275

Black with #CD5275

Text Example


Text Example

White with #CD5275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD5275; }

 p { color: rgb(205,82,117); }

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

background-color css

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

 a { background-color: rgb(205,82,117); }

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

border-color css

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

 span { border-color: rgb(205,82,117); }

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