#D48AAA

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

Shades of Kobi #D48AAA

Tints of Kobi #D48AAA

Color information

#D48AAA (or 0xD48AAA) is unknown color: approx Kobi. HEX triplet: D4, 8A and AA. RGB value is (212,138,170). Sum of RGB (Red+Green+Blue) = 212+138+170=520 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.77% from 520); Green value is 138 (54.30% from 255 or 26.54% from 520); Blue value is 170 (66.80% from 255 or 32.69% from 520); Max value from RGB is 212 - color contains mainly: red. Hex color #D48AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48AAA is #2B7555. Grayscale: #A3A3A3. Windows color (decimal): -2848086 or 11176660. OLE color: 11176660.

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

Color convert

RGB212138170-
CMYK00.350.200.17
HSL334.05º46.25%68.63%-
HSV(B)334.05º34.91%83.14%-
XYZ43.535.0842.51-
YUV163.77131.52162.4-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.77%
GREEN value IS 138 (54.30% from 255) = 26.54%
BLUE value IS 170 (66.80% from 255) = 32.69%
R=40.77%
G=26.54%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213817000.350.200.17334.0546.2568.63
HexD48AAA023141114e2e45
Octal324212252043242151656105
Binary110101001000101010101010010001110100100011010011101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48AAA; }

 p { color: rgb(212,138,170); }

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

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

 a { background-color: rgb(212,138,170); }

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

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

 span { border-color: rgb(212,138,170); }

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