#CF83AD

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

Shades of Kobi #CF83AD

Tints of Kobi #CF83AD

Color information

#CF83AD (or 0xCF83AD) is unknown color: approx Kobi. HEX triplet: CF, 83 and AD. RGB value is (207,131,173). Sum of RGB (Red+Green+Blue) = 207+131+173=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 173 (67.97% from 255 or 33.86% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CF83AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF83AD is #307C52. Grayscale: #9E9E9E. Windows color (decimal): -3177555 or 11371471. OLE color: 11371471.

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

Color convert

RGB207131173-
CMYK00.370.160.19
HSL326.84º44.19%66.27%-
HSV(B)326.84º36.71%81.18%-
XYZ41.3932.5243.63-
YUV158.51136.18162.58-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.51%
GREEN value IS 131 (51.56% from 255) = 25.64%
BLUE value IS 173 (67.97% from 255) = 33.86%
R=40.51%
G=25.64%
B=33.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713117300.370.160.19326.8444.1966.27
HexCF83AD02510131472c42
Octal317203255045202350754102
Binary110011111000001110101101010010110000100111010001111011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF83AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF83AD; }

 p { color: rgb(207,131,173); }

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

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

 a { background-color: rgb(207,131,173); }

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

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

 span { border-color: rgb(207,131,173); }

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