#CF696A

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

Shades of Froly #CF696A

Tints of Froly #CF696A

Color information

#CF696A (or 0xCF696A) is unknown color: approx Froly. HEX triplet: CF, 69 and 6A. RGB value is (207,105,106). Sum of RGB (Red+Green+Blue) = 207+105+106=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 106 (41.80% from 255 or 25.36% from 418); Max value from RGB is 207 - color contains mainly: red. Hex color #CF696A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF696A is #309695. Grayscale: #878787. Windows color (decimal): -3184278 or 6973903. OLE color: 6973903.

HSL color Cylindrical-coordinate representation of color #CF696A: hue angle of 359.41º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF696A is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.19.

Color convert

RGB207105106-
CMYK00.490.490.19
HSL359.41º51.52%61.18%-
HSV(B)359.41º49.28%81.18%-
XYZ33.3924.4116.59-
YUV135.61111.29178.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.52%
GREEN value IS 105 (41.41% from 255) = 25.12%
BLUE value IS 106 (41.80% from 255) = 25.36%
R=49.52%
G=25.12%
B=25.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20710510600.490.490.19359.4151.5261.18
HexCF696A0313113167343d
Octal31715115206161235476475
Binary1100111111010011101010011000111000110011101100111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF696A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF696A; }

 p { color: rgb(207,105,106); }

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

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

 a { background-color: rgb(207,105,106); }

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

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

 span { border-color: rgb(207,105,106); }

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