#D48BAA

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

Shades of Kobi #D48BAA

Tints of Kobi #D48BAA

Color information

#D48BAA (or 0xD48BAA) is unknown color: approx Kobi. HEX triplet: D4, 8B and AA. RGB value is (212,139,170). Sum of RGB (Red+Green+Blue) = 212+139+170=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 170 (66.80% from 255 or 32.63% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D48BAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48BAA is #2B7455. Grayscale: #A4A4A4. Windows color (decimal): -2847830 or 11176916. OLE color: 11176916.

HSL color Cylindrical-coordinate representation of color #D48BAA: hue angle of 334.52º 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 #D48BAA is Cyan = 0, Magento = 0.34, Yellow = 0.20 and Black (K on CMYK) = 0.17.

Color convert

RGB212139170-
CMYK00.340.200.17
HSL334.52º45.91%68.82%-
HSV(B)334.52º34.43%83.14%-
XYZ43.6435.3642.56-
YUV164.36131.18161.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 40.69%
GREEN value IS 139 (54.69% from 255) = 26.68%
BLUE value IS 170 (66.80% from 255) = 32.63%
R=40.69%
G=26.68%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213917000.340.200.17334.5245.9168.82
HexD48BAA022141114f2e45
Octal324213252042242151756105
Binary110101001000101110101010010001010100100011010011111011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48BAA; }

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

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

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

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

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

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

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

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