Html Css Color HEX #D48DAA Kobi

📋 copy color: '#D48DAA'

red 212 ◦ green 141 ◦ blue 170

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

Shades of Kobi #D48DAA

Tints of Kobi #D48DAA

RGB

 RED value IS 212 (83.2% from 255) = 40.54%

 GREEN value IS 141 (55.47% from 255) = 26.96%

 BLUE value IS 170 (66.8% from 255) = 32.5%

R = 40.54%
G = 26.96%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.17

RGB Variations

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

Color information

#D48DAA (or 0xD48DAA) is known color: Kobi. HEX triplet: D4, 8D and AA. RGB value is (212,141,170). Sum of RGB (Red+Green+Blue) = 212+141+170=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 170 (66.80% from 255 or 32.50% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D48DAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48DAA is #2B7255. Grayscale: #A5A5A5. Windows color (decimal): -2847318 or 11177428. OLE color: 11177428.

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

Color convert

RGB 212 141 170 -
CMYK 0 0.33 0.20 0.17
HSL 335.49º 0.45% 0.69% -
HSV(B) 335.49º 0.33% 0.83% -
XYZ 43.93 35.95 42.65 -
YUV 165.54 130.52 161.14 -
System Red Green Blue C M Y K H S L
Decimal 212 141 170 0 0.33 0.20 0.17 335.49 0.45 0.69
Hex D4 8D AA 0 21 14 11 14F 2D 45
Octal 324 215 252 0 41 24 21 517 55 105
Binary 11010100 10001101 10101010 0 100001 10100 10001 101001111 101101 1000101

Color Harmonies of #D48DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48DAA

Black with #D48DAA

Text Example


Text Example

White with #D48DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48DAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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