Html Css Color HEX #CD476D Cabaret

📋 copy color: '#CD476D'

red 205 ◦ green 71 ◦ blue 109

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

Shades of Cabaret #CD476D

Tints of Cabaret #CD476D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.31%

R = 53.25%
G = 18.44%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD476D (or 0xCD476D) is known color: Cabaret. HEX triplet: CD, 47 and 6D. RGB value is (205,71,109). Sum of RGB (Red+Green+Blue) = 205+71+109=385 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.25% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 205 - color contains mainly: red. Hex color #CD476D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD476D is #32B892. Grayscale: #737373. Windows color (decimal): -3324051 or 7161805. OLE color: 7161805.

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

Color convert

RGB 205 71 109 -
CMYK 0 0.65 0.47 0.20
HSL 342.99º 0.57% 0.54% -
HSV(B) 342.99º 0.65% 0.8% -
XYZ 30.19 18.59 16.46 -
YUV 115.4 124.39 191.91 -
System Red Green Blue C M Y K H S L
Decimal 205 71 109 0 0.65 0.47 0.20 342.99 0.57 0.54
Hex CD 47 6D 0 41 2F 14 157 39 36
Octal 315 107 155 0 101 57 24 527 71 66
Binary 11001101 1000111 1101101 0 1000001 101111 10100 101010111 111001 110110

Color Harmonies of #CD476D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD476D

Black with #CD476D

Text Example


Text Example

White with #CD476D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD476D; }

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

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

background-color css

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

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

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

border-color css

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

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

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