#CF80AC

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

Shades of Kobi #CF80AC

Tints of Kobi #CF80AC

Color information

#CF80AC (or 0xCF80AC) is unknown color: approx Kobi. HEX triplet: CF, 80 and AC. RGB value is (207,128,172). Sum of RGB (Red+Green+Blue) = 207+128+172=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 128 (50.39% from 255 or 25.25% from 507); Blue value is 172 (67.58% from 255 or 33.93% from 507); Max value from RGB is 207 - color contains mainly: red. Hex color #CF80AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF80AC is #307F53. Grayscale: #9C9C9C. Windows color (decimal): -3178324 or 11305167. OLE color: 11305167.

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

Color convert

RGB207128172-
CMYK00.380.170.19
HSL326.58º45.14%65.69%-
HSV(B)326.58º38.16%81.18%-
XYZ40.931.6842.99-
YUV156.64136.67163.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.83%
GREEN value IS 128 (50.39% from 255) = 25.25%
BLUE value IS 172 (67.58% from 255) = 33.93%
R=40.83%
G=25.25%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.17
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712817200.380.170.19326.5845.1465.69
HexCF80AC02611131472d42
Octal317200254046212350755102
Binary110011111000000010101100010011010001100111010001111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF80AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF80AC; }

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

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

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

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

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

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

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

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