#D67CAD

Color #D67CAD Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #D67CAD

Tints of Kobi #D67CAD

Color information

#D67CAD (or 0xD67CAD) is unknown color: approx Kobi. HEX triplet: D6, 7C and AD. RGB value is (214,124,173). Sum of RGB (Red+Green+Blue) = 214+124+173=511 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.88% from 511); Green value is 124 (48.83% from 255 or 24.27% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 214 - color contains mainly: red. Hex color #D67CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67CAD is #298352. Grayscale: #9C9C9C. Windows color (decimal): -2720595 or 11369686. OLE color: 11369686.

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

Color convert

RGB214124173-
CMYK00.420.190.16
HSL327.33º52.33%66.27%-
HSV(B)327.33º42.06%83.92%-
XYZ42.4831.7343.42-
YUV156.5137.32169.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 41.88%
GREEN value IS 124 (48.83% from 255) = 24.27%
BLUE value IS 173 (67.97% from 255) = 33.86%
R=41.88%
G=24.27%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412417300.420.190.16327.3352.3366.27
HexD67CAD02A13101473442
Octal326174255052232050764102
Binary11010110111110010101101010101010011100001010001111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D67CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D67CAD; }

 p { color: rgb(214,124,173); }

 H1.HeaderClassName
 {
   color: #D67CAD;
 }
 .AnyTagClassName
 {
   color: #D67CAD;
 }
</style>
background-color css

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

 a { background-color: rgb(214,124,173); }

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

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

 span { border-color: rgb(214,124,173); }

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