Html Css Color HEX #D06B7A Charm

📋 copy color: '#D06B7A'

red 208 ◦ green 107 ◦ blue 122

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

Shades of Charm #D06B7A

Tints of Charm #D06B7A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 24.49%

 BLUE value IS 122 (48.05% from 255) = 27.92%

R = 47.6%
G = 24.49%
B = 27.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D06B7A (or 0xD06B7A) is known color: Charm. HEX triplet: D0, 6B and 7A. RGB value is (208,107,122). Sum of RGB (Red+Green+Blue) = 208+107+122=437 (57% of max value = 765). Red value is 208 (81.64% from 255 or 47.60% from 437); Green value is 107 (42.19% from 255 or 24.49% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 208 - color contains mainly: red. Hex color #D06B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06B7A is #2F9485. Grayscale: #8A8A8A. Windows color (decimal): -3118214 or 8022992. OLE color: 8022992.

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

Color convert

RGB 208 107 122 -
CMYK 0 0.49 0.41 0.18
HSL 351.09º 0.52% 0.62% -
HSV(B) 351.09º 0.49% 0.82% -
XYZ 34.78 25.33 21.47 -
YUV 138.91 118.46 177.28 -
System Red Green Blue C M Y K H S L
Decimal 208 107 122 0 0.49 0.41 0.18 351.09 0.52 0.62
Hex D0 6B 7A 0 31 29 12 15F 34 3E
Octal 320 153 172 0 61 51 22 537 64 76
Binary 11010000 1101011 1111010 0 110001 101001 10010 101011111 110100 111110

Color Harmonies of #D06B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D06B7A

Black with #D06B7A

Text Example


Text Example

White with #D06B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D06B7A; }

 p { color: rgb(208,107,122); }

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

background-color css

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

 a { background-color: rgb(208,107,122); }

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

border-color css

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

 span { border-color: rgb(208,107,122); }

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