Html Css Color HEX #D896A4 Kobi

📋 copy color: '#D896A4'

red 216 ◦ green 150 ◦ blue 164

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

Shades of Kobi #D896A4

Tints of Kobi #D896A4

RGB

 RED value IS 216 (84.77% from 255) = 40.75%

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

 BLUE value IS 164 (64.45% from 255) = 30.94%

R = 40.75%
G = 28.3%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D896A4 (or 0xD896A4) is known color: Kobi. HEX triplet: D8, 96 and A4. RGB value is (216,150,164). Sum of RGB (Red+Green+Blue) = 216+150+164=530 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.75% from 530); Green value is 150 (58.98% from 255 or 28.30% from 530); Blue value is 164 (64.45% from 255 or 30.94% from 530); Max value from RGB is 216 - color contains mainly: red. Hex color #D896A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D896A4 is #27695B. Grayscale: #ABABAB. Windows color (decimal): -2582876 or 10786520. OLE color: 10786520.

HSL color Cylindrical-coordinate representation of color #D896A4: hue angle of 347.27º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D896A4 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 150 164 -
CMYK 0 0.31 0.24 0.15
HSL 347.27º 0.46% 0.72% -
HSV(B) 347.27º 0.31% 0.85% -
XYZ 45.93 39.09 40.25 -
YUV 171.33 123.87 159.86 -
System Red Green Blue C M Y K H S L
Decimal 216 150 164 0 0.31 0.24 0.15 347.27 0.46 0.72
Hex D8 96 A4 0 1F 18 F 15B 2E 48
Octal 330 226 244 0 37 30 17 533 56 110
Binary 11011000 10010110 10100100 0 11111 11000 1111 101011011 101110 1001000

Color Harmonies of #D896A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D896A4

Black with #D896A4

Text Example


Text Example

White with #D896A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D896A4; }

 p { color: rgb(216,150,164); }

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

background-color css

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

 a { background-color: rgb(216,150,164); }

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

border-color css

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

 span { border-color: rgb(216,150,164); }

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