Html Css Color HEX #D48FAB Kobi

📋 copy color: '#D48FAB'

red 212 ◦ green 143 ◦ blue 171

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

Shades of Kobi #D48FAB

Tints of Kobi #D48FAB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 27.19%

 BLUE value IS 171 (67.19% from 255) = 32.51%

R = 40.3%
G = 27.19%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D48FAB (or 0xD48FAB) is known color: Kobi. HEX triplet: D4, 8F and AB. RGB value is (212,143,171). Sum of RGB (Red+Green+Blue) = 212+143+171=526 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.30% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 171 (67.19% from 255 or 32.51% from 526); Max value from RGB is 212 - color contains mainly: red. Hex color #D48FAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D48FAB is #2B7054. Grayscale: #A6A6A6. Windows color (decimal): -2846805 or 11243476. OLE color: 11243476.

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

Color convert

RGB 212 143 171 -
CMYK 0 0.33 0.19 0.17
HSL 335.65º 0.45% 0.7% -
HSV(B) 335.65º 0.33% 0.83% -
XYZ 44.32 36.58 43.25 -
YUV 166.82 130.36 160.22 -
System Red Green Blue C M Y K H S L
Decimal 212 143 171 0 0.33 0.19 0.17 335.65 0.45 0.7
Hex D4 8F AB 0 21 13 11 150 2D 46
Octal 324 217 253 0 41 23 21 520 55 106
Binary 11010100 10001111 10101011 0 100001 10011 10001 101010000 101101 1000110

Color Harmonies of #D48FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D48FAB

Black with #D48FAB

Text Example


Text Example

White with #D48FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D48FAB; }

 p { color: rgb(212,143,171); }

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

background-color css

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

 a { background-color: rgb(212,143,171); }

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

border-color css

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

 span { border-color: rgb(212,143,171); }

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