Html Css Color HEX #D696AC Kobi

📋 copy color: '#D696AC'

red 214 ◦ green 150 ◦ blue 172

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

Shades of Kobi #D696AC

Tints of Kobi #D696AC

RGB

 RED value IS 214 (83.98% from 255) = 39.93%

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

 BLUE value IS 172 (67.58% from 255) = 32.09%

R = 39.93%
G = 27.99%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D696AC (or 0xD696AC) is known color: Kobi. HEX triplet: D6, 96 and AC. RGB value is (214,150,172). Sum of RGB (Red+Green+Blue) = 214+150+172=536 (70% of max value = 765). Red value is 214 (83.98% from 255 or 39.93% from 536); Green value is 150 (58.98% from 255 or 27.99% from 536); Blue value is 172 (67.58% from 255 or 32.09% from 536); Max value from RGB is 214 - color contains mainly: red. Hex color #D696AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D696AC is #296953. Grayscale: #ABABAB. Windows color (decimal): -2713940 or 11310806. OLE color: 11310806.

HSL color Cylindrical-coordinate representation of color #D696AC: hue angle of 339.38º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D696AC is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 150 172 -
CMYK 0 0.30 0.20 0.16
HSL 339.38º 0.44% 0.71% -
HSV(B) 339.38º 0.3% 0.84% -
XYZ 46.08 39.09 44.15 -
YUV 171.64 128.2 158.21 -
System Red Green Blue C M Y K H S L
Decimal 214 150 172 0 0.30 0.20 0.16 339.38 0.44 0.71
Hex D6 96 AC 0 1E 14 10 153 2C 47
Octal 326 226 254 0 36 24 20 523 54 107
Binary 11010110 10010110 10101100 0 11110 10100 10000 101010011 101100 1000111

Color Harmonies of #D696AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D696AC

Black with #D696AC

Text Example


Text Example

White with #D696AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D696AC; }

 p { color: rgb(214,150,172); }

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

background-color css

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

 a { background-color: rgb(214,150,172); }

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

border-color css

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

 span { border-color: rgb(214,150,172); }

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