Html Css Color HEX #D6858A Carissma

📋 copy color: '#D6858A'

red 214 ◦ green 133 ◦ blue 138

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

Shades of Carissma #D6858A

Tints of Carissma #D6858A

RGB

 RED value IS 214 (83.98% from 255) = 44.12%

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

 BLUE value IS 138 (54.3% from 255) = 28.45%

R = 44.12%
G = 27.42%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D6858A (or 0xD6858A) is known color: Carissma. HEX triplet: D6, 85 and 8A. RGB value is (214,133,138). Sum of RGB (Red+Green+Blue) = 214+133+138=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 133 (52.34% from 255 or 27.42% from 485); Blue value is 138 (54.30% from 255 or 28.45% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6858A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6858A is #297A75. Grayscale: #9D9D9D. Windows color (decimal): -2718326 or 9078230. OLE color: 9078230.

HSL color Cylindrical-coordinate representation of color #D6858A: hue angle of 356.3º degrees, saturation: 0.5, 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 #D6858A is Cyan = 0, Magento = 0.38, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 133 138 -
CMYK 0 0.38 0.36 0.16
HSL 356.3º 0.5% 0.68% -
HSV(B) 356.3º 0.38% 0.84% -
XYZ 40.71 32.91 28.25 -
YUV 157.79 116.84 168.09 -
System Red Green Blue C M Y K H S L
Decimal 214 133 138 0 0.38 0.36 0.16 356.3 0.5 0.68
Hex D6 85 8A 0 26 24 10 164 32 44
Octal 326 205 212 0 46 44 20 544 62 104
Binary 11010110 10000101 10001010 0 100110 100100 10000 101100100 110010 1000100

Color Harmonies of #D6858A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6858A

Black with #D6858A

Text Example


Text Example

White with #D6858A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6858A; }

 p { color: rgb(214,133,138); }

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

background-color css

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

 a { background-color: rgb(214,133,138); }

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

border-color css

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

 span { border-color: rgb(214,133,138); }

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