Html Css Color HEX #CD4172 Cabaret

📋 copy color: '#CD4172'

red 205 ◦ green 65 ◦ blue 114

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

Shades of Cabaret #CD4172

Tints of Cabaret #CD4172

RGB

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

 GREEN value IS 65 (25.78% from 255) = 16.93%

 BLUE value IS 114 (44.92% from 255) = 29.69%

R = 53.39%
G = 16.93%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CD4172 (or 0xCD4172) is known color: Cabaret. HEX triplet: CD, 41 and 72. RGB value is (205,65,114). Sum of RGB (Red+Green+Blue) = 205+65+114=384 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.39% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4172 is #32BE8D. Grayscale: #707070. Windows color (decimal): -3325582 or 7487949. OLE color: 7487949.

HSL color Cylindrical-coordinate representation of color #CD4172: hue angle of 339º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD4172 is Cyan = 0, Magento = 0.68, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 65 114 -
CMYK 0 0.68 0.44 0.20
HSL 339º 0.58% 0.53% -
HSV(B) 339º 0.68% 0.8% -
XYZ 30.1 17.97 17.8 -
YUV 112.45 128.88 194.02 -
System Red Green Blue C M Y K H S L
Decimal 205 65 114 0 0.68 0.44 0.20 339 0.58 0.53
Hex CD 41 72 0 44 2C 14 153 3A 35
Octal 315 101 162 0 104 54 24 523 72 65
Binary 11001101 1000001 1110010 0 1000100 101100 10100 101010011 111010 110101

Color Harmonies of #CD4172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4172

Black with #CD4172

Text Example


Text Example

White with #CD4172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4172; }

 p { color: rgb(205,65,114); }

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

background-color css

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

 a { background-color: rgb(205,65,114); }

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

border-color css

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

 span { border-color: rgb(205,65,114); }

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