#DA8792

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

Shades of Carissma #DA8792

Tints of Carissma #DA8792

Color information

#DA8792 (or 0xDA8792) is unknown color: approx Carissma. HEX triplet: DA, 87 and 92. RGB value is (218,135,146). Sum of RGB (Red+Green+Blue) = 218+135+146=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 135 (53.12% from 255 or 27.05% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA8792 is #25786D. Grayscale: #A1A1A1. Windows color (decimal): -2455662 or 9603034. OLE color: 9603034.

HSL color Cylindrical-coordinate representation of color #DA8792: hue angle of 352.05º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DA8792 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB218135146-
CMYK00.380.330.15
HSL352.05º52.87%69.22%-
HSV(B)352.05º38.07%85.49%-
XYZ42.7734.3131.56-
YUV161.07119.5168.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.69%
GREEN value IS 135 (53.12% from 255) = 27.05%
BLUE value IS 146 (57.42% from 255) = 29.26%
R=43.69%
G=27.05%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813514600.380.330.15352.0552.8769.22
HexDA879202621F1603545
Octal332207222046411754065105
Binary110110101000011110010010010011010000111111011000001101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8792; }

 p { color: rgb(218,135,146); }

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

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

 a { background-color: rgb(218,135,146); }

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

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

 span { border-color: rgb(218,135,146); }

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