#D48CA8

Color #D48CA8 Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #D48CA8

Tints of Kobi #D48CA8

Color information

#D48CA8 (or 0xD48CA8) is unknown color: approx Kobi. HEX triplet: D4, 8C and A8. RGB value is (212,140,168). Sum of RGB (Red+Green+Blue) = 212+140+168=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 140 (55.08% from 255 or 26.92% from 520); Blue value is 168 (66.02% from 255 or 32.31% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D48CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48CA8 is #2B7357. Grayscale: #A4A4A4. Windows color (decimal): -2847576 or 11046100. OLE color: 11046100.

HSL color Cylindrical-coordinate representation of color #D48CA8: hue angle of 336.67º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D48CA8 is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.17.

Color convert

RGB212140168-
CMYK00.340.210.17
HSL336.67º45.57%69.02%-
HSV(B)336.67º33.96%83.14%-
XYZ43.635.5841.62-
YUV164.72129.85161.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.77%
GREEN value IS 140 (55.08% from 255) = 26.92%
BLUE value IS 168 (66.02% from 255) = 32.31%
R=40.77%
G=26.92%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.21
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214016800.340.210.17336.6745.5769.02
HexD48CA802215111512e45
Octal324214250042252152156105
Binary110101001000110010101000010001010101100011010100011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48CA8; }

 p { color: rgb(212,140,168); }

 H1.HeaderClassName
 {
   color: #D48CA8;
 }
 .AnyTagClassName
 {
   color: #D48CA8;
 }
</style>
background-color css

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

 a { background-color: rgb(212,140,168); }

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

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

 span { border-color: rgb(212,140,168); }

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