Html Css Color HEX #D495AB Kobi

📋 copy color: '#D495AB'

red 212 ◦ green 149 ◦ blue 171

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

Shades of Kobi #D495AB

Tints of Kobi #D495AB

RGB

 RED value IS 212 (83.2% from 255) = 39.85%

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

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

R = 39.85%
G = 28.01%
B = 32.14%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#D495AB (or 0xD495AB) is known color: Kobi. HEX triplet: D4, 95 and AB. RGB value is (212,149,171). Sum of RGB (Red+Green+Blue) = 212+149+171=532 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.85% from 532); Green value is 149 (58.59% from 255 or 28.01% from 532); Blue value is 171 (67.19% from 255 or 32.14% from 532); Max value from RGB is 212 - color contains mainly: red. Hex color #D495AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D495AB is #2B6A54. Grayscale: #AAAAAA. Windows color (decimal): -2845269 or 11245012. OLE color: 11245012.

HSL color Cylindrical-coordinate representation of color #D495AB: hue angle of 339.05º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D495AB is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 149 171 -
CMYK 0 0.30 0.19 0.17
HSL 339.05º 0.42% 0.71% -
HSV(B) 339.05º 0.3% 0.83% -
XYZ 45.25 38.43 43.56 -
YUV 170.35 128.37 157.71 -
System Red Green Blue C M Y K H S L
Decimal 212 149 171 0 0.30 0.19 0.17 339.05 0.42 0.71
Hex D4 95 AB 0 1E 13 11 153 2A 47
Octal 324 225 253 0 36 23 21 523 52 107
Binary 11010100 10010101 10101011 0 11110 10011 10001 101010011 101010 1000111

Color Harmonies of #D495AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D495AB

Black with #D495AB

Text Example


Text Example

White with #D495AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D495AB; }

 p { color: rgb(212,149,171); }

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

background-color css

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

 a { background-color: rgb(212,149,171); }

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

border-color css

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

 span { border-color: rgb(212,149,171); }

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