Html Css Color HEX #D4606E Cabaret

📋 copy color: '#D4606E'

red 212 ◦ green 96 ◦ blue 110

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

Shades of Cabaret #D4606E

Tints of Cabaret #D4606E

RGB

 RED value IS 212 (83.2% from 255) = 50.72%

 GREEN value IS 96 (37.89% from 255) = 22.97%

 BLUE value IS 110 (43.36% from 255) = 26.32%

R = 50.72%
G = 22.97%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.17

RGB Variations

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

Color information

#D4606E (or 0xD4606E) is known color: Cabaret. HEX triplet: D4, 60 and 6E. RGB value is (212,96,110). Sum of RGB (Red+Green+Blue) = 212+96+110=418 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.72% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 110 (43.36% from 255 or 26.32% from 418); Max value from RGB is 212 - color contains mainly: red. Hex color #D4606E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4606E is #2B9F91. Grayscale: #848484. Windows color (decimal): -2858898 or 7233748. OLE color: 7233748.

HSL color Cylindrical-coordinate representation of color #D4606E: hue angle of 352.76º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D4606E is Cyan = 0, Magento = 0.55, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 96 110 -
CMYK 0 0.55 0.48 0.17
HSL 352.76º 0.57% 0.6% -
HSV(B) 352.76º 0.55% 0.83% -
XYZ 34.15 23.49 17.49 -
YUV 132.28 115.43 184.86 -
System Red Green Blue C M Y K H S L
Decimal 212 96 110 0 0.55 0.48 0.17 352.76 0.57 0.6
Hex D4 60 6E 0 37 30 11 161 39 3C
Octal 324 140 156 0 67 60 21 541 71 74
Binary 11010100 1100000 1101110 0 110111 110000 10001 101100001 111001 111100

Color Harmonies of #D4606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4606E

Black with #D4606E

Text Example


Text Example

White with #D4606E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4606E; }

 p { color: rgb(212,96,110); }

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

background-color css

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

 a { background-color: rgb(212,96,110); }

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

border-color css

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

 span { border-color: rgb(212,96,110); }

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