Html Css Color HEX #D69BAB Kobi

📋 copy color: '#D69BAB'

red 214 ◦ green 155 ◦ blue 171

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

Shades of Kobi #D69BAB

Tints of Kobi #D69BAB

RGB

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

 GREEN value IS 155 (60.94% from 255) = 28.7%

 BLUE value IS 171 (67.19% from 255) = 31.67%

R = 39.63%
G = 28.7%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D69BAB (or 0xD69BAB) is known color: Kobi. HEX triplet: D6, 9B and AB. RGB value is (214,155,171). Sum of RGB (Red+Green+Blue) = 214+155+171=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 155 (60.94% from 255 or 28.70% from 540); Blue value is 171 (67.19% from 255 or 31.67% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D69BAB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69BAB is #296454. Grayscale: #AEAEAE. Windows color (decimal): -2712661 or 11246550. OLE color: 11246550.

HSL color Cylindrical-coordinate representation of color #D69BAB: hue angle of 343.73º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D69BAB is Cyan = 0, Magento = 0.28, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 155 171 -
CMYK 0 0.28 0.20 0.16
HSL 343.73º 0.42% 0.72% -
HSV(B) 343.73º 0.28% 0.84% -
XYZ 46.8 40.68 43.91 -
YUV 174.47 126.05 156.2 -
System Red Green Blue C M Y K H S L
Decimal 214 155 171 0 0.28 0.20 0.16 343.73 0.42 0.72
Hex D6 9B AB 0 1C 14 10 158 2A 48
Octal 326 233 253 0 34 24 20 530 52 110
Binary 11010110 10011011 10101011 0 11100 10100 10000 101011000 101010 1001000

Color Harmonies of #D69BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69BAB

Black with #D69BAB

Text Example


Text Example

White with #D69BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69BAB; }

 p { color: rgb(214,155,171); }

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

background-color css

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

 a { background-color: rgb(214,155,171); }

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

border-color css

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

 span { border-color: rgb(214,155,171); }

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