Html Css Color HEX #D0767B Charm

📋 copy color: '#D0767B'

red 208 ◦ green 118 ◦ blue 123

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

Shades of Charm #D0767B

Tints of Charm #D0767B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.28%

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

R = 46.33%
G = 26.28%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D0767B (or 0xD0767B) is known color: Charm. HEX triplet: D0, 76 and 7B. RGB value is (208,118,123). Sum of RGB (Red+Green+Blue) = 208+118+123=449 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.33% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 123 (48.44% from 255 or 27.39% from 449); Max value from RGB is 208 - color contains mainly: red. Hex color #D0767B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D0767B is #2F8984. Grayscale: #919191. Windows color (decimal): -3115397 or 8091344. OLE color: 8091344.

HSL color Cylindrical-coordinate representation of color #D0767B: hue angle of 356.67º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0767B is Cyan = 0, Magento = 0.43, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 118 123 -
CMYK 0 0.43 0.41 0.18
HSL 356.67º 0.49% 0.64% -
HSV(B) 356.67º 0.43% 0.82% -
XYZ 36.07 27.8 22.2 -
YUV 145.48 115.32 172.59 -
System Red Green Blue C M Y K H S L
Decimal 208 118 123 0 0.43 0.41 0.18 356.67 0.49 0.64
Hex D0 76 7B 0 2B 29 12 165 31 40
Octal 320 166 173 0 53 51 22 545 61 100
Binary 11010000 1110110 1111011 0 101011 101001 10010 101100101 110001 1000000

Color Harmonies of #D0767B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0767B

Black with #D0767B

Text Example


Text Example

White with #D0767B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0767B; }

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

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

background-color css

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

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

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

border-color css

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

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

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