Html Css Color HEX #D695AC Kobi

📋 copy color: '#D695AC'

red 214 ◦ green 149 ◦ blue 172

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

Shades of Kobi #D695AC

Tints of Kobi #D695AC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 27.85%

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

R = 40%
G = 27.85%
B = 32.15%

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

#D695AC (or 0xD695AC) is known color: Kobi. HEX triplet: D6, 95 and AC. RGB value is (214,149,172). Sum of RGB (Red+Green+Blue) = 214+149+172=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 172 (67.58% from 255 or 32.15% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D695AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D695AC is #296A53. Grayscale: #ABABAB. Windows color (decimal): -2714196 or 11310550. OLE color: 11310550.

HSL color Cylindrical-coordinate representation of color #D695AC: hue angle of 338.77º 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 #D695AC is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 149 172 -
CMYK 0 0.30 0.20 0.16
HSL 338.77º 0.44% 0.71% -
HSV(B) 338.77º 0.3% 0.84% -
XYZ 45.93 38.77 44.09 -
YUV 171.06 128.53 158.63 -
System Red Green Blue C M Y K H S L
Decimal 214 149 172 0 0.30 0.20 0.16 338.77 0.44 0.71
Hex D6 95 AC 0 1E 14 10 153 2C 47
Octal 326 225 254 0 36 24 20 523 54 107
Binary 11010110 10010101 10101100 0 11110 10100 10000 101010011 101100 1000111

Color Harmonies of #D695AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D695AC

Black with #D695AC

Text Example


Text Example

White with #D695AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D695AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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