Html Css Color HEX #D7858E Carissma

📋 copy color: '#D7858E'

red 215 ◦ green 133 ◦ blue 142

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

Shades of Carissma #D7858E

Tints of Carissma #D7858E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.14%

 BLUE value IS 142 (55.86% from 255) = 28.98%

R = 43.88%
G = 27.14%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D7858E (or 0xD7858E) is known color: Carissma. HEX triplet: D7, 85 and 8E. RGB value is (215,133,142). Sum of RGB (Red+Green+Blue) = 215+133+142=490 (64% of max value = 765). Red value is 215 (84.38% from 255 or 43.88% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 142 (55.86% from 255 or 28.98% from 490); Max value from RGB is 215 - color contains mainly: red. Hex color #D7858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7858E is #287A71. Grayscale: #9E9E9E. Windows color (decimal): -2652786 or 9340375. OLE color: 9340375.

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

Color convert

RGB 215 133 142 -
CMYK 0 0.38 0.34 0.16
HSL 353.41º 0.51% 0.68% -
HSV(B) 353.41º 0.38% 0.84% -
XYZ 41.29 33.18 29.82 -
YUV 158.54 118.67 168.27 -
System Red Green Blue C M Y K H S L
Decimal 215 133 142 0 0.38 0.34 0.16 353.41 0.51 0.68
Hex D7 85 8E 0 26 22 10 161 33 44
Octal 327 205 216 0 46 42 20 541 63 104
Binary 11010111 10000101 10001110 0 100110 100010 10000 101100001 110011 1000100

Color Harmonies of #D7858E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7858E

Black with #D7858E

Text Example


Text Example

White with #D7858E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7858E; }

 p { color: rgb(215,133,142); }

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

background-color css

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

 a { background-color: rgb(215,133,142); }

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

border-color css

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

 span { border-color: rgb(215,133,142); }

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