Html Css Color HEX #D67B8C Charm

📋 copy color: '#D67B8C'

red 214 ◦ green 123 ◦ blue 140

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

Shades of Charm #D67B8C

Tints of Charm #D67B8C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 25.79%

 BLUE value IS 140 (55.08% from 255) = 29.35%

R = 44.86%
G = 25.79%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D67B8C (or 0xD67B8C) is known color: Charm. HEX triplet: D6, 7B and 8C. RGB value is (214,123,140). Sum of RGB (Red+Green+Blue) = 214+123+140=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 123 (48.44% from 255 or 25.79% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67B8C is #298473. Grayscale: #989898. Windows color (decimal): -2720884 or 9206742. OLE color: 9206742.

HSL color Cylindrical-coordinate representation of color #D67B8C: hue angle of 348.79º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D67B8C is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 123 140 -
CMYK 0 0.43 0.35 0.16
HSL 348.79º 0.53% 0.66% -
HSV(B) 348.79º 0.43% 0.84% -
XYZ 39.55 30.36 28.59 -
YUV 152.15 121.15 172.12 -
System Red Green Blue C M Y K H S L
Decimal 214 123 140 0 0.43 0.35 0.16 348.79 0.53 0.66
Hex D6 7B 8C 0 2B 23 10 15D 35 42
Octal 326 173 214 0 53 43 20 535 65 102
Binary 11010110 1111011 10001100 0 101011 100011 10000 101011101 110101 1000010

Color Harmonies of #D67B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67B8C

Black with #D67B8C

Text Example


Text Example

White with #D67B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67B8C; }

 p { color: rgb(214,123,140); }

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

background-color css

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

 a { background-color: rgb(214,123,140); }

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

border-color css

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

 span { border-color: rgb(214,123,140); }

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