Html Css Color HEX #D6606C Cabaret

📋 copy color: '#D6606C'

red 214 ◦ green 96 ◦ blue 108

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

Shades of Cabaret #D6606C

Tints of Cabaret #D6606C

RGB

 RED value IS 214 (83.98% from 255) = 51.2%

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

 BLUE value IS 108 (42.58% from 255) = 25.84%

R = 51.2%
G = 22.97%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.50

 K value IS 0.16

RGB Variations

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

Color information

#D6606C (or 0xD6606C) is known color: Cabaret. HEX triplet: D6, 60 and 6C. RGB value is (214,96,108). Sum of RGB (Red+Green+Blue) = 214+96+108=418 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.20% from 418); Green value is 96 (37.89% from 255 or 22.97% from 418); Blue value is 108 (42.58% from 255 or 25.84% from 418); Max value from RGB is 214 - color contains mainly: red. Hex color #D6606C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6606C is #299F93. Grayscale: #848484. Windows color (decimal): -2727828 or 7102678. OLE color: 7102678.

HSL color Cylindrical-coordinate representation of color #D6606C: hue angle of 353.9º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D6606C is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 96 108 -
CMYK 0 0.55 0.50 0.16
HSL 353.9º 0.59% 0.61% -
HSV(B) 353.9º 0.55% 0.84% -
XYZ 34.62 23.74 16.95 -
YUV 132.65 114.09 186.02 -
System Red Green Blue C M Y K H S L
Decimal 214 96 108 0 0.55 0.50 0.16 353.9 0.59 0.61
Hex D6 60 6C 0 37 32 10 162 3B 3D
Octal 326 140 154 0 67 62 20 542 73 75
Binary 11010110 1100000 1101100 0 110111 110010 10000 101100010 111011 111101

Color Harmonies of #D6606C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6606C

Black with #D6606C

Text Example


Text Example

White with #D6606C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6606C; }

 p { color: rgb(214,96,108); }

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

background-color css

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

 a { background-color: rgb(214,96,108); }

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

border-color css

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

 span { border-color: rgb(214,96,108); }

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