Html Css Color HEX #DF8C90 Carissma

📋 copy color: '#DF8C90'

red 223 ◦ green 140 ◦ blue 144

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

Shades of Carissma #DF8C90

Tints of Carissma #DF8C90

RGB

 RED value IS 223 (87.5% from 255) = 43.98%

 GREEN value IS 140 (55.08% from 255) = 27.61%

 BLUE value IS 144 (56.64% from 255) = 28.4%

R = 43.98%
G = 27.61%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DF8C90 (or 0xDF8C90) is known color: Carissma. HEX triplet: DF, 8C and 90. RGB value is (223,140,144). Sum of RGB (Red+Green+Blue) = 223+140+144=507 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.98% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 144 (56.64% from 255 or 28.40% from 507); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8C90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8C90 is #20736F. Grayscale: #A5A5A5. Windows color (decimal): -2126704 or 9473247. OLE color: 9473247.

HSL color Cylindrical-coordinate representation of color #DF8C90: hue angle of 357.11º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF8C90 is Cyan = 0, Magento = 0.37, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 140 144 -
CMYK 0 0.37 0.35 0.13
HSL 357.11º 0.56% 0.71% -
HSV(B) 357.11º 0.37% 0.87% -
XYZ 44.84 36.46 31.06 -
YUV 165.27 116 169.17 -
System Red Green Blue C M Y K H S L
Decimal 223 140 144 0 0.37 0.35 0.13 357.11 0.56 0.71
Hex DF 8C 90 0 25 23 D 165 38 47
Octal 337 214 220 0 45 43 15 545 70 107
Binary 11011111 10001100 10010000 0 100101 100011 1101 101100101 111000 1000111

Color Harmonies of #DF8C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8C90

Black with #DF8C90

Text Example


Text Example

White with #DF8C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8C90; }

 p { color: rgb(223,140,144); }

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

background-color css

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

 a { background-color: rgb(223,140,144); }

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

border-color css

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

 span { border-color: rgb(223,140,144); }

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