Html Css Color HEX #D68687 Carissma

📋 copy color: '#D68687'

red 214 ◦ green 134 ◦ blue 135

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

Shades of Carissma #D68687

Tints of Carissma #D68687

RGB

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

 GREEN value IS 134 (52.73% from 255) = 27.74%

 BLUE value IS 135 (53.13% from 255) = 27.95%

R = 44.31%
G = 27.74%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D68687 (or 0xD68687) is known color: Carissma. HEX triplet: D6, 86 and 87. RGB value is (214,134,135). Sum of RGB (Red+Green+Blue) = 214+134+135=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 134 (52.73% from 255 or 27.74% from 483); Blue value is 135 (53.12% from 255 or 27.95% from 483); Max value from RGB is 214 - color contains mainly: red. Hex color #D68687 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68687 is #297978. Grayscale: #9E9E9E. Windows color (decimal): -2718073 or 8881878. OLE color: 8881878.

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

Color convert

RGB 214 134 135 -
CMYK 0 0.37 0.37 0.16
HSL 359.25º 0.49% 0.68% -
HSV(B) 359.25º 0.37% 0.84% -
XYZ 40.63 33.1 27.17 -
YUV 158.03 115 167.92 -
System Red Green Blue C M Y K H S L
Decimal 214 134 135 0 0.37 0.37 0.16 359.25 0.49 0.68
Hex D6 86 87 0 25 25 10 167 31 44
Octal 326 206 207 0 45 45 20 547 61 104
Binary 11010110 10000110 10000111 0 100101 100101 10000 101100111 110001 1000100

Color Harmonies of #D68687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68687

Black with #D68687

Text Example


Text Example

White with #D68687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68687; }

 p { color: rgb(214,134,135); }

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

background-color css

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

 a { background-color: rgb(214,134,135); }

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

border-color css

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

 span { border-color: rgb(214,134,135); }

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