Html Css Color HEX #DC8592 Carissma

📋 copy color: '#DC8592'

red 220 ◦ green 133 ◦ blue 146

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

Shades of Carissma #DC8592

Tints of Carissma #DC8592

RGB

 RED value IS 220 (86.33% from 255) = 44.09%

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

 BLUE value IS 146 (57.42% from 255) = 29.26%

R = 44.09%
G = 26.65%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DC8592 (or 0xDC8592) is known color: Carissma. HEX triplet: DC, 85 and 92. RGB value is (220,133,146). Sum of RGB (Red+Green+Blue) = 220+133+146=499 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44.09% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8592 is #237A6D. Grayscale: #A0A0A0. Windows color (decimal): -2325102 or 9602524. OLE color: 9602524.

HSL color Cylindrical-coordinate representation of color #DC8592: hue angle of 351.03º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC8592 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 133 146 -
CMYK 0 0.40 0.34 0.14
HSL 351.03º 0.55% 0.69% -
HSV(B) 351.03º 0.4% 0.86% -
XYZ 43.09 34.07 31.5 -
YUV 160.5 119.82 170.44 -
System Red Green Blue C M Y K H S L
Decimal 220 133 146 0 0.40 0.34 0.14 351.03 0.55 0.69
Hex DC 85 92 0 28 22 E 15F 37 45
Octal 334 205 222 0 50 42 16 537 67 105
Binary 11011100 10000101 10010010 0 101000 100010 1110 101011111 110111 1000101

Color Harmonies of #DC8592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8592

Black with #DC8592

Text Example


Text Example

White with #DC8592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8592; }

 p { color: rgb(220,133,146); }

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

background-color css

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

 a { background-color: rgb(220,133,146); }

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

border-color css

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

 span { border-color: rgb(220,133,146); }

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