Html Css Color HEX #CD476B Cabaret

📋 copy color: '#CD476B'

red 205 ◦ green 71 ◦ blue 107

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

Shades of Cabaret #CD476B

Tints of Cabaret #CD476B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.94%

R = 53.52%
G = 18.54%
B = 27.94%

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

#CD476B (or 0xCD476B) is known color: Cabaret. HEX triplet: CD, 47 and 6B. RGB value is (205,71,107). Sum of RGB (Red+Green+Blue) = 205+71+107=383 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.52% from 383); Green value is 71 (28.12% from 255 or 18.54% from 383); Blue value is 107 (42.19% from 255 or 27.94% from 383); Max value from RGB is 205 - color contains mainly: red. Hex color #CD476B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD476B is #32B894. Grayscale: #737373. Windows color (decimal): -3324053 or 7030733. OLE color: 7030733.

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

Color convert

RGB 205 71 107 -
CMYK 0 0.65 0.48 0.20
HSL 343.88º 0.57% 0.54% -
HSV(B) 343.88º 0.65% 0.8% -
XYZ 30.08 18.55 15.9 -
YUV 115.17 123.39 192.07 -
System Red Green Blue C M Y K H S L
Decimal 205 71 107 0 0.65 0.48 0.20 343.88 0.57 0.54
Hex CD 47 6B 0 41 30 14 158 39 36
Octal 315 107 153 0 101 60 24 530 71 66
Binary 11001101 1000111 1101011 0 1000001 110000 10100 101011000 111001 110110

Color Harmonies of #CD476B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD476B

Black with #CD476B

Text Example


Text Example

White with #CD476B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD476B; }

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

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

background-color css

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

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

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

border-color css

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

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

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