#D68889

Color #D68889 Carissma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carissma #D68889

Tints of Carissma #D68889

Color information

#D68889 (or 0xD68889) is unknown color: approx Carissma. HEX triplet: D6, 88 and 89. RGB value is (214,136,137). Sum of RGB (Red+Green+Blue) = 214+136+137=487 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.94% from 487); Green value is 136 (53.52% from 255 or 27.93% from 487); Blue value is 137 (53.91% from 255 or 28.13% from 487); Max value from RGB is 214 - color contains mainly: red. Hex color #D68889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68889 is #297776. Grayscale: #9F9F9F. Windows color (decimal): -2717559 or 9013462. OLE color: 9013462.

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

Color convert

RGB214136137-
CMYK00.360.360.16
HSL359.23º48.75%68.63%-
HSV(B)359.23º36.45%83.92%-
XYZ41.0533.7128.01-
YUV159.44115.34166.92-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.94%
GREEN value IS 136 (53.52% from 255) = 27.93%
BLUE value IS 137 (53.91% from 255) = 28.13%
R=43.94%
G=27.93%
B=28.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413613700.360.360.16359.2348.7568.63
HexD6888902424101673145
Octal326210211044442054761105
Binary1101011010001000100010010100100100100100001011001111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68889; }

 p { color: rgb(214,136,137); }

 H1.HeaderClassName
 {
   color: #D68889;
 }
 .AnyTagClassName
 {
   color: #D68889;
 }
</style>
background-color css

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

 a { background-color: rgb(214,136,137); }

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

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

 span { border-color: rgb(214,136,137); }

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