Html Css Color HEX #CD476A Cabaret

📋 copy color: '#CD476A'

red 205 ◦ green 71 ◦ blue 106

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

Shades of Cabaret #CD476A

Tints of Cabaret #CD476A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.59%

 BLUE value IS 106 (41.8% from 255) = 27.75%

R = 53.66%
G = 18.59%
B = 27.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.48

 K value IS 0.20

RGB Variations

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

Color information

#CD476A (or 0xCD476A) is known color: Cabaret. HEX triplet: CD, 47 and 6A. RGB value is (205,71,106). Sum of RGB (Red+Green+Blue) = 205+71+106=382 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.66% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 205 - color contains mainly: red. Hex color #CD476A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD476A is #32B895. Grayscale: #737373. Windows color (decimal): -3324054 or 6965197. OLE color: 6965197.

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

Color convert

RGB 205 71 106 -
CMYK 0 0.65 0.48 0.20
HSL 344.33º 0.57% 0.54% -
HSV(B) 344.33º 0.65% 0.8% -
XYZ 30.03 18.53 15.63 -
YUV 115.06 122.89 192.15 -
System Red Green Blue C M Y K H S L
Decimal 205 71 106 0 0.65 0.48 0.20 344.33 0.57 0.54
Hex CD 47 6A 0 41 30 14 158 39 36
Octal 315 107 152 0 101 60 24 530 71 66
Binary 11001101 1000111 1101010 0 1000001 110000 10100 101011000 111001 110110

Color Harmonies of #CD476A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD476A

Black with #CD476A

Text Example


Text Example

White with #CD476A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD476A; }

 p { color: rgb(205,71,106); }

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

background-color css

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

 a { background-color: rgb(205,71,106); }

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

border-color css

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

 span { border-color: rgb(205,71,106); }

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