Html Css Color HEX #D696A5 Kobi

📋 copy color: '#D696A5'

red 214 ◦ green 150 ◦ blue 165

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

Shades of Kobi #D696A5

Tints of Kobi #D696A5

RGB

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

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

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

R = 40.45%
G = 28.36%
B = 31.19%

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

#D696A5 (or 0xD696A5) is known color: Kobi. HEX triplet: D6, 96 and A5. RGB value is (214,150,165). Sum of RGB (Red+Green+Blue) = 214+150+165=529 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.45% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 214 - color contains mainly: red. Hex color #D696A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D696A5 is #29695A. Grayscale: #AAAAAA. Windows color (decimal): -2713947 or 10852054. OLE color: 10852054.

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

Color convert

RGB 214 150 165 -
CMYK 0 0.30 0.23 0.16
HSL 345.94º 0.44% 0.71% -
HSV(B) 345.94º 0.3% 0.84% -
XYZ 45.43 38.83 40.7 -
YUV 170.85 124.7 158.78 -
System Red Green Blue C M Y K H S L
Decimal 214 150 165 0 0.30 0.23 0.16 345.94 0.44 0.71
Hex D6 96 A5 0 1E 17 10 15A 2C 47
Octal 326 226 245 0 36 27 20 532 54 107
Binary 11010110 10010110 10100101 0 11110 10111 10000 101011010 101100 1000111

Color Harmonies of #D696A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D696A5

Black with #D696A5

Text Example


Text Example

White with #D696A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D696A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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