Html Css Color HEX #D8838B Carissma

📋 copy color: '#D8838B'

red 216 ◦ green 131 ◦ blue 139

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

Shades of Carissma #D8838B

Tints of Carissma #D8838B

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.95%

 BLUE value IS 139 (54.69% from 255) = 28.6%

R = 44.44%
G = 26.95%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.36

 K value IS 0.15

RGB Variations

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

Color information

#D8838B (or 0xD8838B) is known color: Carissma. HEX triplet: D8, 83 and 8B. RGB value is (216,131,139). Sum of RGB (Red+Green+Blue) = 216+131+139=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 139 (54.69% from 255 or 28.60% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D8838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D8838B is #277C74. Grayscale: #9D9D9D. Windows color (decimal): -2587765 or 9143256. OLE color: 9143256.

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

Color convert

RGB 216 131 139 -
CMYK 0 0.39 0.36 0.15
HSL 354.35º 0.52% 0.68% -
HSV(B) 354.35º 0.39% 0.85% -
XYZ 41.1 32.7 28.57 -
YUV 157.33 117.66 169.85 -
System Red Green Blue C M Y K H S L
Decimal 216 131 139 0 0.39 0.36 0.15 354.35 0.52 0.68
Hex D8 83 8B 0 27 24 F 162 34 44
Octal 330 203 213 0 47 44 17 542 64 104
Binary 11011000 10000011 10001011 0 100111 100100 1111 101100010 110100 1000100

Color Harmonies of #D8838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8838B

Black with #D8838B

Text Example


Text Example

White with #D8838B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8838B; }

 p { color: rgb(216,131,139); }

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

background-color css

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

 a { background-color: rgb(216,131,139); }

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

border-color css

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

 span { border-color: rgb(216,131,139); }

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