Html Css Color HEX #D68283 Charm

📋 copy color: '#D68283'

red 214 ◦ green 130 ◦ blue 131

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

Shades of Charm #D68283

Tints of Charm #D68283

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.37%

 BLUE value IS 131 (51.56% from 255) = 27.58%

R = 45.05%
G = 27.37%
B = 27.58%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.39

 K value IS 0.16

RGB Variations

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

Color information

#D68283 (or 0xD68283) is known color: Charm. HEX triplet: D6, 82 and 83. RGB value is (214,130,131). Sum of RGB (Red+Green+Blue) = 214+130+131=475 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.05% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 131 (51.56% from 255 or 27.58% from 475); Max value from RGB is 214 - color contains mainly: red. Hex color #D68283 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68283 is #297D7C. Grayscale: #9B9B9B. Windows color (decimal): -2719101 or 8618710. OLE color: 8618710.

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

Color convert

RGB 214 130 131 -
CMYK 0 0.39 0.39 0.16
HSL 359.29º 0.51% 0.67% -
HSV(B) 359.29º 0.39% 0.84% -
XYZ 39.81 31.9 25.53 -
YUV 155.23 114.33 169.92 -
System Red Green Blue C M Y K H S L
Decimal 214 130 131 0 0.39 0.39 0.16 359.29 0.51 0.67
Hex D6 82 83 0 27 27 10 167 33 43
Octal 326 202 203 0 47 47 20 547 63 103
Binary 11010110 10000010 10000011 0 100111 100111 10000 101100111 110011 1000011

Color Harmonies of #D68283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68283

Black with #D68283

Text Example


Text Example

White with #D68283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68283; }

 p { color: rgb(214,130,131); }

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

background-color css

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

 a { background-color: rgb(214,130,131); }

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

border-color css

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

 span { border-color: rgb(214,130,131); }

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