#CF80AD

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

Shades of Kobi #CF80AD

Tints of Kobi #CF80AD

Color information

#CF80AD (or 0xCF80AD) is unknown color: approx Kobi. HEX triplet: CF, 80 and AD. RGB value is (207,128,173). Sum of RGB (Red+Green+Blue) = 207+128+173=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 173 (67.97% from 255 or 34.06% from 508); Max value from RGB is 207 - color contains mainly: red. Hex color #CF80AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF80AD is #307F52. Grayscale: #9C9C9C. Windows color (decimal): -3178323 or 11370703. OLE color: 11370703.

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

Color convert

RGB207128173-
CMYK00.380.160.19
HSL325.82º45.14%65.69%-
HSV(B)325.82º38.16%81.18%-
XYZ40.9931.7243.5-
YUV156.75137.17163.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.75%
GREEN value IS 128 (50.39% from 255) = 25.20%
BLUE value IS 173 (67.97% from 255) = 34.06%
R=40.75%
G=25.20%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.16
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712817300.380.160.19325.8245.1465.69
HexCF80AD02610131462d42
Octal317200255046202350655102
Binary110011111000000010101101010011010000100111010001101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF80AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF80AD; }

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

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

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

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

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

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

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

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