Html Css Color HEX #CD4764 Cabaret

📋 copy color: '#CD4764'

red 205 ◦ green 71 ◦ blue 100

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

Shades of Cabaret #CD4764

Tints of Cabaret #CD4764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.6%

R = 54.52%
G = 18.88%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CD4764 (or 0xCD4764) is known color: Cabaret. HEX triplet: CD, 47 and 64. RGB value is (205,71,100). Sum of RGB (Red+Green+Blue) = 205+71+100=376 (49% of max value = 765). Red value is 205 (80.47% from 255 or 54.52% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 100 (39.45% from 255 or 26.60% from 376); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD4764 is #32B89B. Grayscale: #727272. Windows color (decimal): -3324060 or 6571981. OLE color: 6571981.

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

Color convert

RGB 205 71 100 -
CMYK 0 0.65 0.51 0.20
HSL 347.01º 0.57% 0.54% -
HSV(B) 347.01º 0.65% 0.8% -
XYZ 29.73 18.41 14.04 -
YUV 114.37 119.89 192.64 -
System Red Green Blue C M Y K H S L
Decimal 205 71 100 0 0.65 0.51 0.20 347.01 0.57 0.54
Hex CD 47 64 0 41 33 14 15B 39 36
Octal 315 107 144 0 101 63 24 533 71 66
Binary 11001101 1000111 1100100 0 1000001 110011 10100 101011011 111001 110110

Color Harmonies of #CD4764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4764

Black with #CD4764

Text Example


Text Example

White with #CD4764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4764; }

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

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

background-color css

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

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

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

border-color css

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

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

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