Html Css Color HEX #D6606A Cabaret

📋 copy color: '#D6606A'

red 214 ◦ green 96 ◦ blue 106

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

Shades of Cabaret #D6606A

Tints of Cabaret #D6606A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 25.48%

R = 51.44%
G = 23.08%
B = 25.48%

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

#D6606A (or 0xD6606A) is known color: Cabaret. HEX triplet: D6, 60 and 6A. RGB value is (214,96,106). Sum of RGB (Red+Green+Blue) = 214+96+106=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 96 (37.89% from 255 or 23.08% from 416); Blue value is 106 (41.80% from 255 or 25.48% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D6606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6606A is #299F95. Grayscale: #848484. Windows color (decimal): -2727830 or 6971606. OLE color: 6971606.

HSL color Cylindrical-coordinate representation of color #D6606A: hue angle of 354.92º 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 #D6606A is Cyan = 0, Magento = 0.55, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 96 106 -
CMYK 0 0.55 0.50 0.16
HSL 354.92º 0.59% 0.61% -
HSV(B) 354.92º 0.55% 0.84% -
XYZ 34.52 23.7 16.39 -
YUV 132.42 113.09 186.19 -
System Red Green Blue C M Y K H S L
Decimal 214 96 106 0 0.55 0.50 0.16 354.92 0.59 0.61
Hex D6 60 6A 0 37 32 10 163 3B 3D
Octal 326 140 152 0 67 62 20 543 73 75
Binary 11010110 1100000 1101010 0 110111 110010 10000 101100011 111011 111101

Color Harmonies of #D6606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6606A

Black with #D6606A

Text Example


Text Example

White with #D6606A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6606A; }

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

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

background-color css

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

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

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

border-color css

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

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

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