Html Css Color HEX #D695A5 Kobi

📋 copy color: '#D695A5'

red 214 ◦ green 149 ◦ blue 165

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

Shades of Kobi #D695A5

Tints of Kobi #D695A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.25%

R = 40.53%
G = 28.22%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.16

RGB Variations

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

Color information

#D695A5 (or 0xD695A5) is known color: Kobi. HEX triplet: D6, 95 and A5. RGB value is (214,149,165). Sum of RGB (Red+Green+Blue) = 214+149+165=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 165 (64.84% from 255 or 31.25% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D695A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D695A5 is #296A5A. Grayscale: #AAAAAA. Windows color (decimal): -2714203 or 10851798. OLE color: 10851798.

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

Color convert

RGB 214 149 165 -
CMYK 0 0.30 0.23 0.16
HSL 345.23º 0.44% 0.71% -
HSV(B) 345.23º 0.3% 0.84% -
XYZ 45.27 38.51 40.64 -
YUV 170.26 125.03 159.2 -
System Red Green Blue C M Y K H S L
Decimal 214 149 165 0 0.30 0.23 0.16 345.23 0.44 0.71
Hex D6 95 A5 0 1E 17 10 159 2C 47
Octal 326 225 245 0 36 27 20 531 54 107
Binary 11010110 10010101 10100101 0 11110 10111 10000 101011001 101100 1000111

Color Harmonies of #D695A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D695A5

Black with #D695A5

Text Example


Text Example

White with #D695A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D695A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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