Html Css Color HEX #D0677B Charm

📋 copy color: '#D0677B'

red 208 ◦ green 103 ◦ blue 123

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

Shades of Charm #D0677B

Tints of Charm #D0677B

RGB

 RED value IS 208 (81.64% from 255) = 47.93%

 GREEN value IS 103 (40.63% from 255) = 23.73%

 BLUE value IS 123 (48.44% from 255) = 28.34%

R = 47.93%
G = 23.73%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0677B (or 0xD0677B) is known color: Charm. HEX triplet: D0, 67 and 7B. RGB value is (208,103,123). Sum of RGB (Red+Green+Blue) = 208+103+123=434 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.93% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 208 - color contains mainly: red. Hex color #D0677B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0677B is #2F9884. Grayscale: #888888. Windows color (decimal): -3119237 or 8087504. OLE color: 8087504.

HSL color Cylindrical-coordinate representation of color #D0677B: hue angle of 348.57º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0677B is Cyan = 0, Magento = 0.50, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 103 123 -
CMYK 0 0.50 0.41 0.18
HSL 348.57º 0.53% 0.61% -
HSV(B) 348.57º 0.5% 0.82% -
XYZ 34.44 24.54 21.66 -
YUV 136.68 120.29 178.87 -
System Red Green Blue C M Y K H S L
Decimal 208 103 123 0 0.50 0.41 0.18 348.57 0.53 0.61
Hex D0 67 7B 0 32 29 12 15D 35 3D
Octal 320 147 173 0 62 51 22 535 65 75
Binary 11010000 1100111 1111011 0 110010 101001 10010 101011101 110101 111101

Color Harmonies of #D0677B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0677B

Black with #D0677B

Text Example


Text Example

White with #D0677B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0677B; }

 p { color: rgb(208,103,123); }

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

background-color css

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

 a { background-color: rgb(208,103,123); }

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

border-color css

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

 span { border-color: rgb(208,103,123); }

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