#D68788

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

Shades of Carissma #D68788

Tints of Carissma #D68788

Color information

#D68788 (or 0xD68788) is unknown color: approx Carissma. HEX triplet: D6, 87 and 88. RGB value is (214,135,136). Sum of RGB (Red+Green+Blue) = 214+135+136=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 135 (53.12% from 255 or 27.84% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D68788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68788 is #297877. Grayscale: #9E9E9E. Windows color (decimal): -2717816 or 8947670. OLE color: 8947670.

HSL color Cylindrical-coordinate representation of color #D68788: hue angle of 359.24º 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 #D68788 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB214135136-
CMYK00.370.360.16
HSL359.24º49.07%68.43%-
HSV(B)359.24º36.92%83.92%-
XYZ40.8433.427.59-
YUV158.73115.17167.42-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.12%
GREEN value IS 135 (53.12% from 255) = 27.84%
BLUE value IS 136 (53.52% from 255) = 28.04%
R=44.12%
G=27.84%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413513600.370.360.16359.2449.0768.43
HexD6878802524101673144
Octal326207210045442054761104
Binary1101011010000111100010000100101100100100001011001111100011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68788; }

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

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

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

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

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

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

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

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