Html Css Color HEX #D88A8C Carissma

📋 copy color: '#D88A8C'

red 216 ◦ green 138 ◦ blue 140

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

Shades of Carissma #D88A8C

Tints of Carissma #D88A8C

RGB

 RED value IS 216 (84.77% from 255) = 43.72%

 GREEN value IS 138 (54.3% from 255) = 27.94%

 BLUE value IS 140 (55.08% from 255) = 28.34%

R = 43.72%
G = 27.94%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#D88A8C (or 0xD88A8C) is known color: Carissma. HEX triplet: D8, 8A and 8C. RGB value is (216,138,140). Sum of RGB (Red+Green+Blue) = 216+138+140=494 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.72% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88A8C is #277573. Grayscale: #A1A1A1. Windows color (decimal): -2585972 or 9210584. OLE color: 9210584.

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

Color convert

RGB 216 138 140 -
CMYK 0 0.36 0.35 0.15
HSL 358.46º 0.5% 0.69% -
HSV(B) 358.46º 0.36% 0.85% -
XYZ 42.14 34.67 29.28 -
YUV 161.55 115.84 166.84 -
System Red Green Blue C M Y K H S L
Decimal 216 138 140 0 0.36 0.35 0.15 358.46 0.5 0.69
Hex D8 8A 8C 0 24 23 F 166 32 45
Octal 330 212 214 0 44 43 17 546 62 105
Binary 11011000 10001010 10001100 0 100100 100011 1111 101100110 110010 1000101

Color Harmonies of #D88A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88A8C

Black with #D88A8C

Text Example


Text Example

White with #D88A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88A8C; }

 p { color: rgb(216,138,140); }

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

background-color css

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

 a { background-color: rgb(216,138,140); }

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

border-color css

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

 span { border-color: rgb(216,138,140); }

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