Html Css Color HEX #CD4C70 Cabaret

📋 copy color: '#CD4C70'

red 205 ◦ green 76 ◦ blue 112

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

Shades of Cabaret #CD4C70

Tints of Cabaret #CD4C70

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.34%

 BLUE value IS 112 (44.14% from 255) = 28.5%

R = 52.16%
G = 19.34%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CD4C70 (or 0xCD4C70) is known color: Cabaret. HEX triplet: CD, 4C and 70. RGB value is (205,76,112). Sum of RGB (Red+Green+Blue) = 205+76+112=393 (52% of max value = 765). Red value is 205 (80.47% from 255 or 52.16% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4C70 is #32B38F. Grayscale: #767676. Windows color (decimal): -3322768 or 7359693. OLE color: 7359693.

HSL color Cylindrical-coordinate representation of color #CD4C70: hue angle of 343.26º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CD4C70 is Cyan = 0, Magento = 0.63, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 76 112 -
CMYK 0 0.63 0.45 0.20
HSL 343.26º 0.56% 0.55% -
HSV(B) 343.26º 0.63% 0.8% -
XYZ 30.69 19.32 17.44 -
YUV 118.68 124.24 189.57 -
System Red Green Blue C M Y K H S L
Decimal 205 76 112 0 0.63 0.45 0.20 343.26 0.56 0.55
Hex CD 4C 70 0 3F 2D 14 157 38 37
Octal 315 114 160 0 77 55 24 527 70 67
Binary 11001101 1001100 1110000 0 111111 101101 10100 101010111 111000 110111

Color Harmonies of #CD4C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4C70

Black with #CD4C70

Text Example


Text Example

White with #CD4C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4C70; }

 p { color: rgb(205,76,112); }

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

background-color css

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

 a { background-color: rgb(205,76,112); }

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

border-color css

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

 span { border-color: rgb(205,76,112); }

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