Html Css Color HEX #D496AB Kobi

📋 copy color: '#D496AB'

red 212 ◦ green 150 ◦ blue 171

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

Shades of Kobi #D496AB

Tints of Kobi #D496AB

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.14%

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

R = 39.77%
G = 28.14%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D496AB (or 0xD496AB) is known color: Kobi. HEX triplet: D4, 96 and AB. RGB value is (212,150,171). Sum of RGB (Red+Green+Blue) = 212+150+171=533 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.77% from 533); Green value is 150 (58.98% from 255 or 28.14% from 533); Blue value is 171 (67.19% from 255 or 32.08% from 533); Max value from RGB is 212 - color contains mainly: red. Hex color #D496AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D496AB is #2B6954. Grayscale: #AAAAAA. Windows color (decimal): -2845013 or 11245268. OLE color: 11245268.

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

Color convert

RGB 212 150 171 -
CMYK 0 0.29 0.19 0.17
HSL 339.68º 0.42% 0.71% -
HSV(B) 339.68º 0.29% 0.83% -
XYZ 45.41 38.75 43.61 -
YUV 170.93 128.04 157.29 -
System Red Green Blue C M Y K H S L
Decimal 212 150 171 0 0.29 0.19 0.17 339.68 0.42 0.71
Hex D4 96 AB 0 1D 13 11 154 2A 47
Octal 324 226 253 0 35 23 21 524 52 107
Binary 11010100 10010110 10101011 0 11101 10011 10001 101010100 101010 1000111

Color Harmonies of #D496AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D496AB

Black with #D496AB

Text Example


Text Example

White with #D496AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D496AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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