Html Css Color HEX #D695A6 Kobi

📋 copy color: '#D695A6'

red 214 ◦ green 149 ◦ blue 166

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

Shades of Kobi #D695A6

Tints of Kobi #D695A6

RGB

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

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

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

R = 40.45%
G = 28.17%
B = 31.38%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.16

RGB Variations

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

Color information

#D695A6 (or 0xD695A6) is known color: Kobi. HEX triplet: D6, 95 and A6. RGB value is (214,149,166). Sum of RGB (Red+Green+Blue) = 214+149+166=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 149 (58.59% from 255 or 28.17% from 529); Blue value is 166 (65.23% from 255 or 31.38% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D695A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D695A6 is #296A59. Grayscale: #AAAAAA. Windows color (decimal): -2714202 or 10917334. OLE color: 10917334.

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

Color convert

RGB 214 149 166 -
CMYK 0 0.30 0.22 0.16
HSL 344.31º 0.44% 0.71% -
HSV(B) 344.31º 0.3% 0.84% -
XYZ 45.36 38.54 41.13 -
YUV 170.37 125.53 159.12 -
System Red Green Blue C M Y K H S L
Decimal 214 149 166 0 0.30 0.22 0.16 344.31 0.44 0.71
Hex D6 95 A6 0 1E 16 10 158 2C 47
Octal 326 225 246 0 36 26 20 530 54 107
Binary 11010110 10010101 10100110 0 11110 10110 10000 101011000 101100 1000111

Color Harmonies of #D695A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D695A6

Black with #D695A6

Text Example


Text Example

White with #D695A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D695A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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