Html Css Color HEX #D495AE Kobi

📋 copy color: '#D495AE'

red 212 ◦ green 149 ◦ blue 174

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

Shades of Kobi #D495AE

Tints of Kobi #D495AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 32.52%

R = 39.63%
G = 27.85%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.17

RGB Variations

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

Color information

#D495AE (or 0xD495AE) is known color: Kobi. HEX triplet: D4, 95 and AE. RGB value is (212,149,174). Sum of RGB (Red+Green+Blue) = 212+149+174=535 (70% of max value = 765). Red value is 212 (83.20% from 255 or 39.63% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 174 (68.36% from 255 or 32.52% from 535); Max value from RGB is 212 - color contains mainly: red. Hex color #D495AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D495AE is #2B6A51. Grayscale: #AAAAAA. Windows color (decimal): -2845266 or 11441620. OLE color: 11441620.

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

Color convert

RGB 212 149 174 -
CMYK 0 0.30 0.18 0.17
HSL 336.19º 0.42% 0.71% -
HSV(B) 336.19º 0.3% 0.83% -
XYZ 45.54 38.55 45.08 -
YUV 170.69 129.87 157.47 -
System Red Green Blue C M Y K H S L
Decimal 212 149 174 0 0.30 0.18 0.17 336.19 0.42 0.71
Hex D4 95 AE 0 1E 12 11 150 2A 47
Octal 324 225 256 0 36 22 21 520 52 107
Binary 11010100 10010101 10101110 0 11110 10010 10001 101010000 101010 1000111

Color Harmonies of #D495AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D495AE

Black with #D495AE

Text Example


Text Example

White with #D495AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D495AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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