Html Css Color HEX #D49AAE Kobi

📋 copy color: '#D49AAE'

red 212 ◦ green 154 ◦ blue 174

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

Shades of Kobi #D49AAE

Tints of Kobi #D49AAE

RGB

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

 GREEN value IS 154 (60.55% from 255) = 28.52%

 BLUE value IS 174 (68.36% from 255) = 32.22%

R = 39.26%
G = 28.52%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D49AAE (or 0xD49AAE) is known color: Kobi. HEX triplet: D4, 9A and AE. RGB value is (212,154,174). Sum of RGB (Red+Green+Blue) = 212+154+174=540 (71% of max value = 765). Red value is 212 (83.20% from 255 or 39.26% from 540); Green value is 154 (60.55% from 255 or 28.52% from 540); Blue value is 174 (68.36% from 255 or 32.22% from 540); Max value from RGB is 212 - color contains mainly: red. Hex color #D49AAE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D49AAE is #2B6551. Grayscale: #ADADAD. Windows color (decimal): -2843986 or 11442900. OLE color: 11442900.

HSL color Cylindrical-coordinate representation of color #D49AAE: hue angle of 339.31º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D49AAE is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 154 174 -
CMYK 0 0.27 0.18 0.17
HSL 339.31º 0.4% 0.72% -
HSV(B) 339.31º 0.27% 0.83% -
XYZ 46.35 40.16 45.35 -
YUV 173.62 128.22 155.37 -
System Red Green Blue C M Y K H S L
Decimal 212 154 174 0 0.27 0.18 0.17 339.31 0.4 0.72
Hex D4 9A AE 0 1B 12 11 153 28 48
Octal 324 232 256 0 33 22 21 523 50 110
Binary 11010100 10011010 10101110 0 11011 10010 10001 101010011 101000 1001000

Color Harmonies of #D49AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49AAE

Black with #D49AAE

Text Example


Text Example

White with #D49AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49AAE; }

 p { color: rgb(212,154,174); }

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

background-color css

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

 a { background-color: rgb(212,154,174); }

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

border-color css

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

 span { border-color: rgb(212,154,174); }

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