Html Css Color HEX #D496A6 Kobi

📋 copy color: '#D496A6'

red 212 ◦ green 150 ◦ blue 166

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

Shades of Kobi #D496A6

Tints of Kobi #D496A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 31.44%

R = 40.15%
G = 28.41%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.22

 K value IS 0.17

RGB Variations

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

Color information

#D496A6 (or 0xD496A6) is known color: Kobi. HEX triplet: D4, 96 and A6. RGB value is (212,150,166). Sum of RGB (Red+Green+Blue) = 212+150+166=528 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.15% from 528); Green value is 150 (58.98% from 255 or 28.41% from 528); Blue value is 166 (65.23% from 255 or 31.44% from 528); Max value from RGB is 212 - color contains mainly: red. Hex color #D496A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D496A6 is #2B6959. Grayscale: #AAAAAA. Windows color (decimal): -2845018 or 10917588. OLE color: 10917588.

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

Color convert

RGB 212 150 166 -
CMYK 0 0.29 0.22 0.17
HSL 344.52º 0.42% 0.71% -
HSV(B) 344.52º 0.29% 0.83% -
XYZ 44.94 38.56 41.15 -
YUV 170.36 125.54 157.7 -
System Red Green Blue C M Y K H S L
Decimal 212 150 166 0 0.29 0.22 0.17 344.52 0.42 0.71
Hex D4 96 A6 0 1D 16 11 159 2A 47
Octal 324 226 246 0 35 26 21 531 52 107
Binary 11010100 10010110 10100110 0 11101 10110 10001 101011001 101010 1000111

Color Harmonies of #D496A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D496A6

Black with #D496A6

Text Example


Text Example

White with #D496A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D496A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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