Html Css Color HEX #D7838C Carissma

📋 copy color: '#D7838C'

red 215 ◦ green 131 ◦ blue 140

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

Shades of Carissma #D7838C

Tints of Carissma #D7838C

RGB

 RED value IS 215 (84.38% from 255) = 44.24%

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

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

R = 44.24%
G = 26.95%
B = 28.81%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D7838C (or 0xD7838C) is known color: Carissma. HEX triplet: D7, 83 and 8C. RGB value is (215,131,140). Sum of RGB (Red+Green+Blue) = 215+131+140=486 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.24% from 486); Green value is 131 (51.56% from 255 or 26.95% from 486); Blue value is 140 (55.08% from 255 or 28.81% from 486); Max value from RGB is 215 - color contains mainly: red. Hex color #D7838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7838C is #287C73. Grayscale: #9D9D9D. Windows color (decimal): -2653300 or 9208791. OLE color: 9208791.

HSL color Cylindrical-coordinate representation of color #D7838C: hue angle of 353.57º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D7838C is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 131 140 -
CMYK 0 0.39 0.35 0.16
HSL 353.57º 0.51% 0.68% -
HSV(B) 353.57º 0.39% 0.84% -
XYZ 40.87 32.57 28.94 -
YUV 157.14 118.33 169.27 -
System Red Green Blue C M Y K H S L
Decimal 215 131 140 0 0.39 0.35 0.16 353.57 0.51 0.68
Hex D7 83 8C 0 27 23 10 162 33 44
Octal 327 203 214 0 47 43 20 542 63 104
Binary 11010111 10000011 10001100 0 100111 100011 10000 101100010 110011 1000100

Color Harmonies of #D7838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7838C

Black with #D7838C

Text Example


Text Example

White with #D7838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7838C; }

 p { color: rgb(215,131,140); }

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

background-color css

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

 a { background-color: rgb(215,131,140); }

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

border-color css

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

 span { border-color: rgb(215,131,140); }

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