Html Css Color HEX #D68185 Charm

📋 copy color: '#D68185'

red 214 ◦ green 129 ◦ blue 133

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

Shades of Charm #D68185

Tints of Charm #D68185

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.1%

 BLUE value IS 133 (52.34% from 255) = 27.94%

R = 44.96%
G = 27.1%
B = 27.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#D68185 (or 0xD68185) is known color: Charm. HEX triplet: D6, 81 and 85. RGB value is (214,129,133). Sum of RGB (Red+Green+Blue) = 214+129+133=476 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.96% from 476); Green value is 129 (50.78% from 255 or 27.10% from 476); Blue value is 133 (52.34% from 255 or 27.94% from 476); Max value from RGB is 214 - color contains mainly: red. Hex color #D68185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68185 is #297E7A. Grayscale: #9A9A9A. Windows color (decimal): -2719355 or 8749526. OLE color: 8749526.

HSL color Cylindrical-coordinate representation of color #D68185: hue angle of 357.18º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D68185 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 129 133 -
CMYK 0 0.40 0.38 0.16
HSL 357.18º 0.51% 0.67% -
HSV(B) 357.18º 0.4% 0.84% -
XYZ 39.82 31.69 26.21 -
YUV 154.87 115.66 170.17 -
System Red Green Blue C M Y K H S L
Decimal 214 129 133 0 0.40 0.38 0.16 357.18 0.51 0.67
Hex D6 81 85 0 28 26 10 165 33 43
Octal 326 201 205 0 50 46 20 545 63 103
Binary 11010110 10000001 10000101 0 101000 100110 10000 101100101 110011 1000011

Color Harmonies of #D68185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68185

Black with #D68185

Text Example


Text Example

White with #D68185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68185; }

 p { color: rgb(214,129,133); }

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

background-color css

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

 a { background-color: rgb(214,129,133); }

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

border-color css

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

 span { border-color: rgb(214,129,133); }

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