#CF9AAA

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

Shades of Kobi #CF9AAA

Tints of Kobi #CF9AAA

Color information

#CF9AAA (or 0xCF9AAA) is unknown color: approx Kobi. HEX triplet: CF, 9A and AA. RGB value is (207,154,170). Sum of RGB (Red+Green+Blue) = 207+154+170=531 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.98% from 531); Green value is 154 (60.55% from 255 or 29.00% from 531); Blue value is 170 (66.80% from 255 or 32.02% from 531); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9AAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CF9AAA is #306555. Grayscale: #ABABAB. Windows color (decimal): -3171670 or 11180751. OLE color: 11180751.

HSL color Cylindrical-coordinate representation of color #CF9AAA: hue angle of 341.89º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CF9AAA is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.19.

Color convert

RGB207154170-
CMYK00.260.180.19
HSL341.89º35.57%70.78%-
HSV(B)341.89º25.6%81.18%-
XYZ44.5439.2843.26-
YUV171.67127.06153.2-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 38.98%
GREEN value IS 154 (60.55% from 255) = 29.00%
BLUE value IS 170 (66.80% from 255) = 32.02%
R=38.98%
G=29.00%
B=32.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20715417000.260.180.19341.8935.5770.78
HexCF9AAA01A12131562447
Octal317232252032222352644107
Binary11001111100110101010101001101010010100111010101101001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9AAA; }

 p { color: rgb(207,154,170); }

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

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

 a { background-color: rgb(207,154,170); }

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

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

 span { border-color: rgb(207,154,170); }

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